Toggle Sidebar not working in md screen #1939
Replies: 5 comments
-
What is the expected behavior? In which breakpoints should it show/hide?
What it the wrong behavior? Does it cover the whole screen, doesn't show at all, gives an error... |
Beta Was this translation helpful? Give feedback.
-
@estevanmaito yah, in |
Beta Was this translation helpful? Give feedback.
-
Do you happen to be using tailwind ui with the sidebar plugin option? If so, you'll have to account for the 256px sidebar with your breakpoints. I just used your exact code and it worked as expected. If not, dig around, see what's happening as you resize, then check your css in public and see what the breakpoints are. |
Beta Was this translation helpful? Give feedback.
-
hello @devcircus did u try to minize screen to |
Beta Was this translation helpful? Give feedback.
-
That's how I did it. It works fine on my end. Best way to get help would be to make a codepen that reproduces the behavior you're seeing and post the link here. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Try to implement toggle side on medium sreen with Tailwind and Vuejs but its not work as expected, actually its work normally in Large Screen but md screen, it doesnt work.
My Code
Any help will be appreciate. Thanks...
Beta Was this translation helpful? Give feedback.
All reactions