Skip to content

Commit

Permalink
fix(StoriesNav): fixed css rules to display nav main when we clicked …
Browse files Browse the repository at this point in the history
…on burger menu
  • Loading branch information
Illawind committed Sep 23, 2024
1 parent 659359f commit 2156ae9
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 2156ae9

Please sign in to comment.