Skip to content

Commit f371789

Browse files
committed
Override display value when hiding menu
1 parent e4c940d commit f371789

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/styles/components/mcac-header.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@
3333
}
3434
}
3535

36+
&.hiding-menu.hidden {
37+
display: initial !important;
38+
}
39+
3640
@media only screen and (min-width: $small-device-break) {
3741
.navbar-header .navbar-brand {
3842
margin-left: 0;

0 commit comments

Comments
 (0)