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