mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Increase hamburguer menu max-height; 340px was less than SL menu fully expanded.
This commit is contained in:
parent
e2874998b3
commit
51b14e412f
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue