Remove unneeded scrollbars
There was an unneeded scrollbar growing as you were expanding towards the top of the screen, now this scrollbar is hidden until you actually need it making the UI look a bit more polished.
This commit is contained in:
parent
954a8a88f9
commit
431acce0bb
|
@ -86,7 +86,7 @@ chunk.editing, chunk.editing * {
|
|||
width: 100%;
|
||||
word-wrap: break-word;
|
||||
padding: 10px;
|
||||
overflow-y: scroll;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
#seqselmenu {
|
||||
|
|
Loading…
Reference in New Issue