Skip to content

Commit

Permalink
docs: fix navbar not showing on small screens (#4490)
Browse files Browse the repository at this point in the history
  • Loading branch information
alelthomas authored Oct 18, 2023
1 parent a0d4604 commit 3688686
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,10 @@ ul:hover {
margin-right: auto;
} */

.navbar-sidebar--show {
backdrop-filter: none !important;
}

@media screen and (max-width: 996px) {
:root {
--ifm-font-size-base: 18px;
Expand Down

0 comments on commit 3688686

Please sign in to comment.