Scrolling in Sheet component #4124
WorldOfMaze
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a
Sheet
which containSheetHeader
andSheetFooter
. When the content does not fit, theSheet
scrolls, which is the behavior that I expect. However, I would like theSheetHeader
andSheetFooter
to remained fixed at the top and bottom of the screen, with the rest of the content scrolling in between.Here is a sample of the JSX I am working with:
Is there a way that i can do this?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions