From b3763926e885c37596c13d8d08507187ed3530ee Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Mon, 7 Oct 2019 22:21:23 -0500 Subject: [PATCH] Layout changes --- src/App.css | 1 + src/App.js | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/App.css b/src/App.css index 7a911af..4c9c728 100644 --- a/src/App.css +++ b/src/App.css @@ -21,5 +21,6 @@ } .AppContent { + height: calc(100% - 36px); box-sizing: border-box; } \ No newline at end of file diff --git a/src/App.js b/src/App.js index 5e1df02..e860e7b 100644 --- a/src/App.js +++ b/src/App.js @@ -134,7 +134,7 @@ class App extends IPCContainer { let mainContent = []; if (this.props.DisplaySelectAppPlatform || !this.props.AppReady) { mainContent = ( - + ); } else {