/* Small runtime overrides layered on top of the production bundle (lxc.css). */

/* The production JS used Bootstrap to toggle the language dropdown; we toggle
   an `.open` class instead, so reveal the menu here. */
.i18n-selector.open .dropdown-menu {
  display: block;
}

/* Leftover scroll-to-top widget is removed at build time; belt and braces. */
.jquery-goup-container {
  display: none !important;
}
