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

View File

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