fix(v2): make doc sidebar height equal viewport (#2171)

This commit is contained in:
Alexey Pyltsyn 2020-01-02 15:00:17 +03:00 committed by Yangshun Tay
parent 1c032a0bd9
commit 3aca44ce67

View file

@ -7,7 +7,7 @@
@media (min-width: 997px) {
.sidebar {
height: calc(100vh - var(--ifm-navbar-height));
height: 100vh;
overflow-y: auto;
padding: 0.5rem;
position: sticky;