Sidebar is positioned relative to page, so scrolling the dashboard will cause it to go off the screen. The expected behavior is that the sidebar is always accessible
This bug can be fixed by adding the following snippet to the page CSS.
ul#headlessui-menu-items-\:r0\: { position: sticky; top: 128px; }
Inkyrius
Sidebar is positioned relative to page, so scrolling the dashboard will cause it to go off the screen. The expected behavior is that the sidebar is always accessible
This bug can be fixed by adding the following snippet to the page CSS.