mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
fix header menu appereance
Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
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();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue