Skip to content

Commit

Permalink
Static search (#107)
Browse files Browse the repository at this point in the history
* searchbox static

* fix when expanding the menu
  • Loading branch information
ghtmtt committed Dec 18, 2022
1 parent 1f4dbeb commit 465d915
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions _static/css/custom.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
/* adds scrollbar to sidenav */
.wy-side-scroll {
width: auto;
overflow-y: auto;
width: auto;
overflow-y: hidden;
display: flex;
flex-direction: column;
}

.wy-menu.wy-menu-vertical {
height: 100vh;
overflow-y: auto;
}

/* Widen space for the documentation content*/
Expand Down

0 comments on commit 465d915

Please sign in to comment.