Layout changes

This commit is contained in:
2019-10-07 22:21:23 -05:00
parent cae8e698a4
commit b3763926e8
2 changed files with 2 additions and 1 deletions

View File

@@ -21,5 +21,6 @@
}
.AppContent {
height: calc(100% - 36px);
box-sizing: border-box;
}

View File

@@ -134,7 +134,7 @@ class App extends IPCContainer {
let mainContent = [];
if (this.props.DisplaySelectAppPlatform || !this.props.AppReady) {
mainContent = (
<Box>
<Box dxStyle={{height: '100%'}}>
<Loading/>
</Box>);
} else {