From 1ace62273deb5740bb6b4b94e1211b6b8ed97b78 Mon Sep 17 00:00:00 2001 From: vigdorov Date: Sat, 22 Aug 2020 07:57:51 +0300 Subject: [PATCH] =?UTF-8?q?HOT-FIX.=20=D0=9F=D0=BE=D0=BF=D1=80=D0=B0=D0=B2?= =?UTF-8?q?=D0=BB=D0=B5=D0=BD=D0=B0=20=D0=B2=D0=B5=D1=80=D1=81=D1=82=D0=BA?= =?UTF-8?q?=D0=B0=20=D1=81=D1=82=D1=80=D0=B0=D0=BD=D0=B8=D1=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app.css | 6 ++++++ src/app.html | 2 +- src/components/main-menu/MainMenu.css | 4 ++++ 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/src/app.css b/src/app.css index 9dea352..2c42666 100644 --- a/src/app.css +++ b/src/app.css @@ -1,5 +1,11 @@ html, body { height: 100%; + display: flex; + flex-direction: column; +} + +.PageContainer, .Page { + height: 100%; } textarea { diff --git a/src/app.html b/src/app.html index a528d43..55286a5 100644 --- a/src/app.html +++ b/src/app.html @@ -11,7 +11,7 @@