Skip to content

Commit

Permalink
fix(scroll): main content z-index
Browse files Browse the repository at this point in the history
  • Loading branch information
yoyurec committed Nov 7, 2022
1 parent 3bc6b68 commit 2360f99
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/modules/layout/layout.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
}
#main-content-container {
flex-wrap: wrap !important;
z-index: 1;
}
#main-content-container:focus-visible {
outline: none;
Expand Down

0 comments on commit 2360f99

Please sign in to comment.