Start a new topic

Sidebar is not positioned stickily

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;
}

 

Login or Signup to post a comment