client: Scroll Bar should not show unless necessary (#27)

Co-authored-by: Kris Alcordo <kalcordo@glimpselive.com>
pull/28/head
Kris Alcordo 4 years ago committed by GitHub
parent 721d32fc35
commit 39eb4aae04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -6,7 +6,7 @@
display: flex;
flex-direction: column;
min-height: 400px;
overflow: scroll;
overflow: auto;
}
.fileNameContainer {

Loading…
Cancel
Save