Increase hamburguer menu max-height; 340px was less than SL menu fully expanded.

This commit is contained in:
Paulo Reis 2018-02-15 11:51:45 +00:00
parent e2874998b3
commit 51b14e412f

View file

@ -312,7 +312,7 @@
@navbar-border-radius: 0;
@navbar-padding-horizontal: floor((@grid-gutter-width / 2));
@navbar-padding-vertical: ((@navbar-height - @line-height-computed) / 2);
@navbar-collapse-max-height: 340px;
@navbar-collapse-max-height: 380px;
@navbar-default-color: #777;
@navbar-default-bg: #fff;