Skip to content

Commit

Permalink
Merge pull request #2 from rezozero/feature/fixed-burger-menu
Browse files Browse the repository at this point in the history
fix(StoriesNav): fixed css rules to display nav main when we clicked …
  • Loading branch information
manuelodelain authored Sep 23, 2024
2 parents 659359f + 2156ae9 commit 27c28df
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/runtime/components/StoriesNav.vue
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ watch(route, () => {
.stories-nav__head {
position: sticky;
z-index: 1;
top: 0;
display: flex;
align-items: center;
Expand Down Expand Up @@ -199,7 +200,7 @@ watch(route, () => {
padding-inline: 0;
}
.root--open & {
.stories-nav--open & {
display: block;
}
}
Expand Down

0 comments on commit 27c28df

Please sign in to comment.