mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Add class to allow for overriding scrollbar width
This commit is contained in:
@@ -2,6 +2,10 @@
|
||||
/* Placeholder */
|
||||
}
|
||||
|
||||
.track {
|
||||
/* Placeholder */
|
||||
}
|
||||
|
||||
.thumb {
|
||||
min-height: 100px;
|
||||
border: 1px solid transparent;
|
||||
|
@@ -64,6 +64,7 @@ class OverlayScroller extends Component {
|
||||
|
||||
return (
|
||||
<div
|
||||
className={styles.track}
|
||||
style={finalStyle}
|
||||
{...props}
|
||||
/>
|
||||
@@ -82,6 +83,7 @@ class OverlayScroller extends Component {
|
||||
|
||||
return (
|
||||
<div
|
||||
className={styles.track}
|
||||
style={finalStyle}
|
||||
{...props}
|
||||
/>
|
||||
|
Reference in New Issue
Block a user