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

Co-authored-by: Kris Alcordo <kalcordo@glimpselive.com>
This commit is contained in:
Kris Alcordo 2022-03-12 23:30:12 -05:00 committed by GitHub
parent 721d32fc35
commit 39eb4aae04
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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