mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-26 17:20:29 +00:00
Restore 7rem so that the sidebar is balanced on top and bottom
This commit is contained in:
parent
2f4f15c018
commit
3adcf3a954
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@
|
|||
position: sticky;
|
||||
top: 5rem;
|
||||
z-index: 1000;
|
||||
height: calc(100vh - 5rem);
|
||||
height: calc(100vh - 7rem);
|
||||
overflow-y: auto;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue