You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The sidebar on mobile devices is automatically closed when scrolling down (due to the browser's resize event when hiding the URL bar).
The sidebar is not displayed as full-screen (because the position from Bootstrap's fixed-top utility class is overridden by the position: relative rule for the .outline-sidebar-wrapper selector).
The full-screen sidebar can not be scrolled (due to the lack of vertical overflow).
position: relativerule for the.outline-sidebar-wrapperselector).