Problem/Motivation

In bs_bootstrap/sass/layout/partials/_header.scss there is a next CSS rule

  // When navbar collapse responsive break is the largest breakpoint then we
  // need to modify displays of navbar collapse region and toggler.
  @if breakpoint-max($navbar-collapse-responsive-break) == null {
    // Collapse region is always hidden except when it is in screen.
    .region-navbar:not(.in) {
      display: none !important;
    }

This makes problem with some specific offcanvas navigation configurations and cases. Also it does not make sense because we have offcanvas class on that element that is doing exactly this - hiding this element until `in` class in not attached.

Let's try to remove this for now.

Comments

pivica created an issue. See original summary.

pivica’s picture

Status: Active » Needs review
StatusFileSize
new739 bytes

Here is a patch.

  • pivica committed 0bc1a78 on 8.x-1.x
    Issue #3292032 by pivica: Collapse region is always hidden rule is...
pivica’s picture

Status: Needs review » Fixed

Committed.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.