Auto scroll menu for small screen. Fixed PanosSakkos/personal-jekyll-theme#30
Added CSS sentences.
This commit is contained in:
parent
d655c2778b
commit
f54194f607
1 changed files with 5 additions and 0 deletions
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue