Torrent list: overlay scrollbar
This prevents the list from resizing on scroll.
This commit is contained in:
@@ -250,7 +250,7 @@ a:not(.disabled):hover, i:not(.disabled):hover {
|
|||||||
position: relative;
|
position: relative;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
overflow-y: auto;
|
overflow-y: overlay;
|
||||||
flex: 1 1 auto;
|
flex: 1 1 auto;
|
||||||
margin-top: 37px;
|
margin-top: 37px;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user