/* Force dropdown menus to always appear above the sidebar and any other content */
.menu.menu-compact.dropdown-content[tabindex="0"] {
  z-index: 99999 !important;
}
