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 { .AppContent {
height: calc(100% - 36px);
box-sizing: border-box; box-sizing: border-box;
} }

View File

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