Add scrollbar to menu if taller than the current viewport

master
Michael Rose 2013-08-24 18:09:43 -04:00
parent ccdc0e3118
commit 501c763bdf
4 changed files with 18 additions and 9 deletions

File diff suppressed because one or more lines are too long

View File

@ -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 {

View File

@ -1,7 +1,9 @@
/*!
// ===========================================================
// HPSTR Jekyll Theme
// By: Michael Rose
// ===========================================================
*/
// ROOT =======================================================
// CSS Reset ==================================================