client: Scroll Bar should not show unless necessary (#27)
Co-authored-by: Kris Alcordo <kalcordo@glimpselive.com>
This commit is contained in:
parent
721d32fc35
commit
39eb4aae04
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
display: flex;
|
||||
flex-direction: column;
|
||||
min-height: 400px;
|
||||
overflow: scroll;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.fileNameContainer {
|
||||
|
|
Loading…
Reference in a new issue