fix: regression space in Book menu

Fixes earlier commit

Fix 9868b04fae
This commit is contained in:
Geo 2022-05-16 13:24:51 +01:00
commit b804e4ab2f

View file

@ -72,6 +72,10 @@
z-index: 10;
height: calc(100vh - 50px);
}
.no-navbar .docs-sidebar {
top: 0;
height: 100vh;
}
}
}
@ -87,14 +91,13 @@
z-index: 10;
height: calc(100vh - 70px);
}
.no-navbar .docs-sidebar {
top: 0;
height: 100vh;
}
}
}
.no-navbar .docs-sidebar {
top: 0;
height: 100vh;
}
@media (min-width: 1200px) {
.docs-sidebar {
flex: 0 1 320px;