mirror of
https://github.com/MinimalBible/MinimalBible.github.io
synced 2024-12-21 14:18:20 -05:00
Add scrollbar to menu if taller than the current viewport
This commit is contained in:
parent
ccdc0e3118
commit
501c763bdf
7
assets/css/main.min.css
vendored
7
assets/css/main.min.css
vendored
File diff suppressed because one or more lines are too long
@ -136,6 +136,8 @@
|
|||||||
backface-visibility: hidden;
|
backface-visibility: hidden;
|
||||||
@media @medium {
|
@media @medium {
|
||||||
.border-radius(3px,3px,3px,3px);
|
.border-radius(3px,3px,3px,3px);
|
||||||
|
overflow-y: auto;
|
||||||
|
max-height: 650px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.dl-menu.dl-menu-toggle {
|
.dl-menu.dl-menu-toggle {
|
||||||
|
@ -1,7 +1,9 @@
|
|||||||
|
/*!
|
||||||
// ===========================================================
|
// ===========================================================
|
||||||
// HPSTR Jekyll Theme
|
// HPSTR Jekyll Theme
|
||||||
// By: Michael Rose
|
// By: Michael Rose
|
||||||
// ===========================================================
|
// ===========================================================
|
||||||
|
*/
|
||||||
|
|
||||||
// ROOT =======================================================
|
// ROOT =======================================================
|
||||||
// CSS Reset ==================================================
|
// CSS Reset ==================================================
|
||||||
|
Loading…
Reference in New Issue
Block a user