mirror of
https://github.com/gcushen/hugo-academic.git
synced 2025-07-26 19:15:16 +02:00
parent
77a684a7d2
commit
b804e4ab2f
1 changed files with 8 additions and 5 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue