/* Overrides on top of the Soft UI theme. Kept separate so the vendor CSS can
   be replaced without losing them. */

/* The theme initialises PerfectScrollbar on the sidebar, which paints a grey
   rail down the edge even when the menu is far too short to need scrolling.
   The wheel still scrolls if it ever does overflow; only the bar is hidden. */
#sidenav-main .ps__rail-x,
#sidenav-main .ps__rail-y,
#sidenav-main .ps__thumb-x,
#sidenav-main .ps__thumb-y {
    display: none !important;
}

/* Dropdown items in the navbar wrap their own text, so a long alert message
   does not stretch the menu off the screen. */
.navbar .dropdown-menu .dropdown-item {
    white-space: normal;
}
