Skip to content

Commit

Permalink
Fix mobile sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
NeeEoo committed Oct 1, 2024
1 parent d60e44a commit 6cfad75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/api-docs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,7 @@ small, small > .muted, small > span {
}

.sidebar {
width: 80%;
position: fixed;
left: -100%;
transition: left 0.3s ease-in-out;
Expand Down
1 change: 1 addition & 0 deletions src/pages/wiki.scss
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@
}

.sidebar {
width: 80%;
position: fixed;
left: -100%;
transition: left 0.3s ease-in-out;
Expand Down

0 comments on commit 6cfad75

Please sign in to comment.