mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-23 22:45:06 -04:00
New: Upstream Updates
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
@add-mixin scrollbar;
|
||||
@add-mixin scrollbarTrack;
|
||||
@add-mixin scrollbarThumb;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
}
|
||||
|
||||
.none {
|
||||
@@ -26,3 +27,11 @@
|
||||
overflow-x: auto;
|
||||
}
|
||||
}
|
||||
|
||||
.both {
|
||||
overflow: scroll;
|
||||
|
||||
&.autoScroll {
|
||||
overflow: auto;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user