0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-19 11:52:21 +01:00

Restore height and overflow on docs sidebar

This commit is contained in:
Mark Otto 2019-07-24 10:01:38 -07:00 committed by XhmikosR
parent fc02932946
commit 2494140689

View File

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