-
Hi there I am having some issues with the drawer and some components. I am using, https://cdn.jsdelivr.net/npm/[email protected]/daisyui.css and https://cdn.tailwindcss.com. I experienced some display issues when adding https://cdn.jsdelivr.net/npm/@tailwindcss/browser@4 These are the issues and they can be explored here, https://sithaso-daisy5.vercel.app/ Affected components with drawer are Steps, Diff, Online (Avatar), Collapse, Stack, Indicator, Label, Tooltip. Please see gifs for more clarity Thank you in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hey, can you try adding a z-index to Let me know if you have a question. |
Beta Was this translation helpful? Give feedback.
Hey, can you try adding a z-index to
drawer-side
? Likez-10
.By default, daisyUI doesn't set z-index because the decision about which element should come on top, depends on the site content. For example you may want a navbar or alert to be on top of drawer. Their order can be decided using z-index
Let me know if you have a question.