Torrent list: overlay scrollbar

This prevents the list from resizing on scroll.
This commit is contained in:
DC
2016-03-13 19:30:48 -07:00
parent e8cc7ac269
commit 74b713d706

View File

@@ -250,7 +250,7 @@ a:not(.disabled):hover, i:not(.disabled):hover {
position: relative;
width: 100%;
overflow-x: hidden;
overflow-y: auto;
overflow-y: overlay;
flex: 1 1 auto;
margin-top: 37px;
}