fix header menu appereance

Signed-off-by: szaimen <szaimen@e.mail.de>
pull/34076/head
szaimen 2022-09-14 14:40:12 +07:00
parent 7ea015f0d1
commit 3ba89f43ff
1 changed files with 1 additions and 2 deletions

@ -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;
@ -102,7 +102,6 @@
& > div,
& > ul {
overflow-y: auto;
-webkit-overflow-scrolling: touch;
@include header-menu-height();
}