Restore height and overflow on docs sidebar
This commit is contained in:
parent
fc02932946
commit
2494140689
1 changed files with 2 additions and 0 deletions
|
|
@ -10,6 +10,8 @@
|
|||
position: sticky;
|
||||
top: 5rem;
|
||||
z-index: 1000;
|
||||
height: calc(100vh - 7rem);
|
||||
overflow-y: auto;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue