mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-07 21:42:16 -07:00
Add class to allow for overriding scrollbar width
Closes #1379 (cherry picked from commit 42343d528372c494b297e5c84125f7bdb6ab4eec)
This commit is contained in:
parent
e8f4b5f8b5
commit
bc5f78b0c8
2 changed files with 6 additions and 0 deletions
|
@ -2,6 +2,10 @@
|
||||||
/* Placeholder */
|
/* Placeholder */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.track {
|
||||||
|
/* Placeholder */
|
||||||
|
}
|
||||||
|
|
||||||
.thumb {
|
.thumb {
|
||||||
min-height: 100px;
|
min-height: 100px;
|
||||||
border: 1px solid transparent;
|
border: 1px solid transparent;
|
||||||
|
|
|
@ -64,6 +64,7 @@ class OverlayScroller extends Component {
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div
|
<div
|
||||||
|
className={styles.track}
|
||||||
style={finalStyle}
|
style={finalStyle}
|
||||||
{...props}
|
{...props}
|
||||||
/>
|
/>
|
||||||
|
@ -82,6 +83,7 @@ class OverlayScroller extends Component {
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div
|
<div
|
||||||
|
className={styles.track}
|
||||||
style={finalStyle}
|
style={finalStyle}
|
||||||
{...props}
|
{...props}
|
||||||
/>
|
/>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue