kiwicom/orbit

Feature request: allow fixed ModalHeader

KingMatrix1989 opened this issue · 2 comments

It seems fixedFooter property cause ModalFooter to be fixed but, in mobile ModalHeader do not get fixed position.

Expected Behavior

ModalHeader be fixed in mobile when scrolling down.

Current Behavior

only ModalFooter has fixed position on scrolling.

Context (Environment)

I am using React 17 with NextJS.

Could you describe your use case a little more? Modal footers are generally where actions are held, so it makes sense to keep them fixed and accessible. What is in the header that you would like to keep fixed?

Hi. It seems the problem is solved. thanks