From f54194f60775ae4e10c664da808d1c0b96b830eb Mon Sep 17 00:00:00 2001 From: Jorge Arias Date: Mon, 26 Oct 2015 17:14:06 -0300 Subject: [PATCH] Auto scroll menu for small screen. Fixed PanosSakkos/personal-jekyll-theme#30 Added CSS sentences. --- css/grayscale.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/css/grayscale.scss b/css/grayscale.scss index dcba5e3..edbf5af 100755 --- a/css/grayscale.scss +++ b/css/grayscale.scss @@ -81,6 +81,11 @@ ol { text-transform: uppercase; font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif; background-color: $dark; + + /* Fix height limit and scroll for small screen and many items menu */ + max-height: 100%; + overflow-y: auto; + .navbar-brand { font-weight: 700; &:focus {