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 {