Skip to content

Commit

Permalink
Group overlay CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
alimpens committed Dec 11, 2024
1 parent 2a95aba commit c7b4247
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/css/src/components/header/header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,8 @@
@include reset-button;
}

.ams-header__mega-menu-button-label {
.ams-header__mega-menu-button-label,
.ams-header__mega-menu-button-hidden-label {
grid-area: 1 / 1;
}

Expand All @@ -144,7 +145,6 @@
// and the button text becomes bold.
.ams-header__mega-menu-button-hidden-label {
font-weight: var(--ams-header-mega-menu-button-label-open-font-weight);
grid-area: 1 / 1;
pointer-events: none;
user-select: none;
visibility: hidden;
Expand Down

0 comments on commit c7b4247

Please sign in to comment.