Skip to content

Commit

Permalink
fix jumping when there is no bt-navbar-toggler used
Browse files Browse the repository at this point in the history
  • Loading branch information
mucsi96 committed Jun 4, 2024
1 parent a6cbace commit da34801
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Header/Header.css
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ header[bt] {
}
}

&:not(.overflowing) {
&:not(.overflowing):has([bt-navbar-toggler]) {
& > ul {
margin-right: 3.5rem;
}
Expand Down

0 comments on commit da34801

Please sign in to comment.