-
Code sandbox demo: https://codesandbox.io/p/devbox/beautiful-joliot-vhtl3d?workspaceId=ws_4U3GHbmu1dNzXngJEyXnBW Issue DescriptionHey everyone, I'm facing an issue while styling the navigation buttons for the calendar component. My goal is to:
ProblemTo achieve this, I applied
QuestionHow can I properly position the navigation buttons while keeping them clickable and ensuring the dropdown works as expected? Any help would be greatly appreciated! 🙏 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @iamyahia To fix it, you should apply the z-index.fix.mov |
Beta Was this translation helpful? Give feedback.
Hi @iamyahia
To fix it, you should apply the
z-10
to the navigationbutton
elements themselves, not the container wrapping both, doing so works:z-index.fix.mov