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

View File

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