improve menu smooth scroll on small screen

This commit is contained in:
zombieFox 2021-09-24 09:21:22 +01:00
parent 50fc45b4fd
commit 41e83f1768
1 changed files with 1 additions and 1 deletions

View File

@ -14,6 +14,7 @@
grid-row-start: 1;
grid-row-end: 1;
overflow-y: auto;
scroll-behavior: smooth;
}
}
@ -27,7 +28,6 @@
grid-column-end: 4;
grid-row-start: 1;
grid-row-end: 2;
scroll-behavior: smooth;
overflow-y: auto;
z-index: 2;
}