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 Drawer has a drawer-mobile for responsive design. I guess it is using some kind of modifier like md: behind the scene.
However, the code directly copied from the doc will not work with this preset: https://daisyui.com/components/drawer/#drawer-for-mobile--fixed-sidebar-for-desktop
The drawer will not hide/show itself upon changing screen width.
The Drawer has a
drawer-mobile
for responsive design. I guess it is using some kind of modifier likemd:
behind the scene.However, the code directly copied from the doc will not work with this preset:
https://daisyui.com/components/drawer/#drawer-for-mobile--fixed-sidebar-for-desktop
The drawer will not hide/show itself upon changing screen width.
The text was updated successfully, but these errors were encountered: