2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-30 15:24:08 +03: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
@@ -10,6 +10,8 @@
position: sticky;
top: 5rem;
z-index: 1000;
height: calc(100vh - 7rem);
overflow-y: auto;
}
}