Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
fix header menu appereance
Signed-off-by: szaimen <[email protected]>
  • Loading branch information
szaimen committed Sep 14, 2022
commit 3ba89f43ff8c4318c1068daf98937dc830775a50
3 changes: 1 addition & 2 deletions 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 All @@ -102,7 +102,6 @@

& > div,
& > ul {
overflow-y: auto;
-webkit-overflow-scrolling: touch;
@include header-menu-height();
}
Expand Down