Sidebar not visible in the desktop mode #5471
Replies: 4 comments 1 reply
-
I'm also having this problem. If someone know how to fix this issue please do tell. TIA |
Beta Was this translation helpful? Give feedback.
-
any solution yet? if i change hidden to flex it works but again. not able to see what's in sidebar. it just opens and closes. sidebar.jsx |
Beta Was this translation helpful? Give feedback.
-
found the solution. className="group peer flex md:block text-sidebar-foreground" return ( {children} ) ); }) Sidebar.displayName = "Sidebar" |
Beta Was this translation helpful? Give feedback.
-
Hey @rajat1saxena , did you find a solution for the dynamic open-close sidebar issue? The solution shared by @loveurlife1 doesn’t seem to support toggling the sidebar via the button. For reference, I’m using Sidebar 07. |
Beta Was this translation helpful? Give feedback.
-
I added sidebar 08 to my app and it does not show the sidebar in the desktop mode. In the mobile view, it does!
Simply installed the block in an existing app. I am using both Pages and the App routers.
Beta Was this translation helpful? Give feedback.
All reactions