mirror of
https://github.com/zombieFox/nightTab.git
synced 2025-02-16 18:20:49 +01:00
improve menu smooth scroll on small screen
This commit is contained in:
parent
50fc45b4fd
commit
41e83f1768
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user