1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-20 20:31:26 +02: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;
top: 5rem;
z-index: 1000;
height: calc(100vh - 7rem);
overflow-y: auto;
}
}