Sticky parts inside DropdownMenu #2223
Unanswered
skarensmoll
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there!
I would like to achieve something like this:
Having two sticky parts at top and bottom, however, due to dropdown implementation if I wrap them inside
<Content />
they will getrole='menu'
as well, which is something I dont want.role='menu'
should only contain the menuItems.Also by doing so the tab is prevented, so if I want to add interactive elements inside Header or Footer, I wont be able to reach them via Tab.
Have you seen such scenario before, if so what would be your recommendation?
Thanks a lot for the help in advance
Beta Was this translation helpful? Give feedback.
All reactions