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:
@@ -80,6 +80,7 @@ section {
|
||||
main {
|
||||
flex: 1;
|
||||
overflow: auto;
|
||||
scroll-snap-type: y proximity;
|
||||
}
|
||||
|
||||
.scroll-bar-notification {
|
||||
|
||||
Reference in New Issue
Block a user