ui icon indicating copy to clipboard operation
ui copied to clipboard

[bug]: Sidebar toggle not working properly on mobile view.

Open ibnshayed opened this issue 1 year ago • 3 comments

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

image

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

ibnshayed avatar Nov 05 '24 01:11 ibnshayed

~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.

sethtjf avatar Nov 06 '24 15:11 sethtjf

~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?

RidhoPutraBramantyo avatar Mar 05 '25 06:03 RidhoPutraBramantyo

I'd also be interested in this fix. Where exactly has that code to go?

pkoevesdi avatar Nov 10 '25 06:11 pkoevesdi