mirror of
https://github.com/MinimalBible/MinimalBible.github.io
synced 2024-12-21 06:08:19 -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;
|
||||
@media @medium {
|
||||
.border-radius(3px,3px,3px,3px);
|
||||
overflow-y: auto;
|
||||
max-height: 650px;
|
||||
}
|
||||
}
|
||||
.dl-menu.dl-menu-toggle {
|
||||
|
@ -1,7 +1,9 @@
|
||||
/*!
|
||||
// ===========================================================
|
||||
// HPSTR Jekyll Theme
|
||||
// By: Michael Rose
|
||||
// ===========================================================
|
||||
*/
|
||||
|
||||
// ROOT =======================================================
|
||||
// CSS Reset ==================================================
|
||||
|
Loading…
Reference in New Issue
Block a user