1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-24 06:28:42 +01:00

Sticky scroll (#377)

* Uses scroll-snap-type: y proximity to behave sticky when resizing windows

* Puts js back
This commit is contained in:
Amir Raminfar
2020-04-16 14:23:48 -07:00
committed by GitHub
parent e7b65efc7a
commit 26d7d1620e
3 changed files with 7 additions and 1 deletions

View File

@@ -80,6 +80,7 @@ section {
main {
flex: 1;
overflow: auto;
scroll-snap-type: y proximity;
}
.scroll-bar-notification {