ui
ui copied to clipboard
[bug]: Sidebar toggle not working properly on mobile view.
Describe the bug
for my mobile and from the inspect element mobile view. The sidebar toggle not working at all for me.
Affected component/components
Sidebar.tsx
How to reproduce
Codesandbox/StackBlitz link
No response
Logs
No response
System Info
Chrome, Ubuntu.
Before submitting
- [X] I've made research efforts and searched the documentation
- [X] I've searched for existing issues
~Same issue for me. Any fix you found?~
Edit: I found a fix for this. In my case, I added z-[100] to the Sidebar component and it rendered as expected.
~Same issue for me. Any fix you found?~
Edit: I found a fix for this. In my case, I added z-[100] to the Sidebar component and it rendered as expected.
Can you show the example of code?
I'd also be interested in this fix. Where exactly has that code to go?