Ya-Fan Chen
Ya-Fan Chen
Or simply remove the `space-x-2` will solve the overflow issue. https://github.com/salimi-my/shadcn-ui-sidebar/blob/c7d63b0058afcf43a8494a952b07b437b7c487d3/src/components/admin-panel/navbar.tsx#L17 and then add `mr-2` to the `` component: https://github.com/salimi-my/shadcn-ui-sidebar/blob/c7d63b0058afcf43a8494a952b07b437b7c487d3/src/components/mode-toggle.tsx#L23 Then no overflow issue!
Here is the related issue with reproducible code and videos showing the exact issue. https://github.com/themesberg/flowbite/issues/943#issuecomment-2274967284 https://github.com/themesberg/flowbite/issues/943#issuecomment-2278123167 https://github.com/themesberg/flowbite/issues/943#issuecomment-2278138167
I have the same issue of the virtualized list flickering when I switch tabs, e.g. switching back from tab2 to tab1. (the virtualized list is in tab1). The problem is...
> Sorry for the late reply. You are right. There is indeed an error in this part of the code. The idea was to allow `rel` to be configurable, as...