fix height (#12145)

This commit is contained in:
Phillip Kelley-Dotson 2020-12-18 22:33:40 -08:00 committed by GitHub
parent 865beae3d8
commit 585c8acd75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -402,6 +402,7 @@ class ExploreViewContainer extends React.Component {
#app {
flex-basis: 100%;
overflow: hidden;
height: 100vh;
}
#app-menu {
flex-shrink: 0;