diff --git a/src/app/src/App.jsx b/src/app/src/App.jsx index 1f1eb5baa..92861e192 100644 --- a/src/app/src/App.jsx +++ b/src/app/src/App.jsx @@ -35,11 +35,18 @@ import { profileRoute, } from './util/constants'; -const styles = { - root: { +const appStyles = Object.freeze({ + root: Object.freeze({ flexGrow: 1, - }, -}; + }), + mainPanelStyle: Object.freeze({ + top: '64px', + right: '0', + left: '0', + position: 'fixed', + bottom: '47px', + }), +}); class App extends Component { componentDidMount() { @@ -52,7 +59,7 @@ class App extends Component {
-
+
-
+