Rollup merge of #40497 - wesleywiser:fix_sidebar, r=GuillaumeGomez
Fix sidebar not extending to the bottom of the page Fixes #40459
This commit is contained in:
commit
3ebce67ca3
1 changed files with 1 additions and 1 deletions
|
|
@ -167,7 +167,7 @@ nav.sub {
|
|||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
min-height: 100vh;
|
||||
min-height: 100%;
|
||||
}
|
||||
|
||||
.sidebar .current {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue