Add scrollbar to menu if taller than the current viewport

This commit is contained in:
Michael Rose
2013-08-24 18:09:43 -04:00
parent ccdc0e3118
commit 501c763bdf
4 changed files with 18 additions and 9 deletions
+6 -1
View File
File diff suppressed because one or more lines are too long
+2
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 {
+2
View File
@@ -1,7 +1,9 @@
/*!
// ===========================================================
// HPSTR Jekyll Theme
// By: Michael Rose
// ===========================================================
*/
// ROOT =======================================================
// CSS Reset ==================================================