Layout changes
This commit is contained in:
@@ -21,5 +21,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.AppContent {
|
.AppContent {
|
||||||
|
height: calc(100% - 36px);
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user