From ecd4c6761fe428990b6b0d68dd686545a176708c Mon Sep 17 00:00:00 2001 From: Ido Bouskila Date: Tue, 27 Feb 2024 01:05:04 +0200 Subject: [PATCH] fix(ui): resolve footer position bug --- src/App.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.css b/src/App.css index fdd6236b4a..a2073210f4 100644 --- a/src/App.css +++ b/src/App.css @@ -123,7 +123,7 @@ body * { } .app-container { - height: 100%; + height: 100vh; display: flex; flex-direction: column; }