mirror of
https://github.com/huhu/rust-search-extension
synced 2024-11-14 23:57:07 +00:00
Fix docs TOC overlap issue
This commit is contained in:
parent
e5a7373226
commit
230e5f9017
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ div.nav-container form.landing-search-form-nav {
|
|||
list-style: none;
|
||||
border-left: solid #bbb 1px;
|
||||
padding-left: 10px;
|
||||
max-width: 320px;
|
||||
max-width: calc(100vw - 1260px);
|
||||
min-width: 120px;
|
||||
max-height: 100vh;
|
||||
overflow-y: scroll !important;
|
||||
|
|
Loading…
Reference in a new issue