You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The responsive drawer HTML code does not work, when I cut and past it from https://daisyui.com/components/drawer/#responsive into a new/empty html file. Specifically the lg:drawer-open class does not display the navbar on a large screen like it should, if I just type in drawer-open and leave off the lg modifier it displays as it should on a large screen.
I can confirm this issue. For me leaving off the lg modifier does not help. The drawer is still invisible on all screen sizes - only working on mobile by clicking on the label which toggles the drawer.
Still present in v3.1.1 - Returned to v2.x for now using the deprecated drawer-mobile class.
What version of daisyUI are you using?
v3.1.0
Describe your issue
The responsive drawer HTML code does not work, when I cut and past it from https://daisyui.com/components/drawer/#responsive into a new/empty html file. Specifically the lg:drawer-open class does not display the navbar on a large screen like it should, if I just type in drawer-open and leave off the lg modifier it displays as it should on a large screen.
What browsers are you seeing the problem on?
Chrome, Edge
Reproduction URL (optional)
https://stackblitz.com/edit/web-platform-ufspcw?file=index.html
The text was updated successfully, but these errors were encountered: