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:
henk717 2021-09-28 04:44:17 +02:00 committed by GitHub
parent 954a8a88f9
commit 431acce0bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ chunk.editing, chunk.editing * {
width: 100%;
word-wrap: break-word;
padding: 10px;
overflow-y: scroll;
overflow-y: auto;
}
#seqselmenu {