Auto scroll menu for small screen. Fixed PanosSakkos/personal-jekyll-theme#30

Added CSS sentences.
This commit is contained in:
Jorge Arias 2015-10-26 17:14:06 -03:00
parent d655c2778b
commit f54194f607

View file

@ -81,6 +81,11 @@ ol {
text-transform: uppercase; text-transform: uppercase;
font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif; font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
background-color: $dark; background-color: $dark;
/* Fix height limit and scroll for small screen and many items menu */
max-height: 100%;
overflow-y: auto;
.navbar-brand { .navbar-brand {
font-weight: 700; font-weight: 700;
&:focus { &:focus {