/*
 * Tailwind CDN defines an unprefixed `.collapse` utility with
 * `visibility: collapse`, which hides the Bootstrap/MetisMenu sidebar
 * submenu even after it opens. Scope the reset to the admin sidebar only.
 */
.sidebar ul.nav .nav-second-level.collapse {
  visibility: visible !important;
}
