From 63d52fb70ecbc47d5675fed59b9157296e8ab008 Mon Sep 17 00:00:00 2001 From: Nathan Noom Date: Wed, 16 Jul 2014 17:25:32 -0500 Subject: [PATCH] Vertical Scrolling Allow scrolling in the vertical menu when there are more items than can be shown by setting overflow-y to scroll. --- css/component.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/component.css b/css/component.css index d87e8b4..1529fb7 100755 --- a/css/component.css +++ b/css/component.css @@ -36,6 +36,7 @@ height: 100%; top: 0; z-index: 1000; + overflow-y: scroll; } .cbp-spmenu-vertical a {