0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-29 11:24:18 +01:00

Restore 7rem so that the sidebar is balanced on top and bottom

This commit is contained in:
Mark Otto 2019-07-24 23:47:49 -07:00 committed by XhmikosR
parent 2f4f15c018
commit 3adcf3a954

View File

@ -6,7 +6,7 @@
position: sticky; position: sticky;
top: 5rem; top: 5rem;
z-index: 1000; z-index: 1000;
height: calc(100vh - 5rem); height: calc(100vh - 7rem);
overflow-y: auto; overflow-y: auto;
} }
} }