Skip to content

Commit

Permalink
fix header menu appereance
Browse files Browse the repository at this point in the history
Signed-off-by: szaimen <[email protected]>
  • Loading branch information
szaimen committed Sep 14, 2022
1 parent 7ea015f commit dbba0fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/css/header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
right: 8px; // relative to parent
top: variables.$header-height;
margin: 0;
overflow-y: scroll;
overflow-y: auto;

&:not(.popovermenu) {
display: none;
Expand Down

0 comments on commit dbba0fa

Please sign in to comment.