From 1a8bc43c604179d554f1389046a4de3635f7b63e Mon Sep 17 00:00:00 2001 From: Willem Dantuma Date: Wed, 9 Dec 2020 15:23:50 +0100 Subject: [PATCH] Remove horizontal scrollbar --- projects/common/src/fm/components/app/app.component.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/common/src/fm/components/app/app.component.scss b/projects/common/src/fm/components/app/app.component.scss index 8a93d54..7c26e1b 100644 --- a/projects/common/src/fm/components/app/app.component.scss +++ b/projects/common/src/fm/components/app/app.component.scss @@ -34,8 +34,8 @@ body { background: #f1f1f1; line-height: 18px; user-select:none;font-family: Lat } .app { - width:100vw; - height:100vh; + width:100%; + height:100%; } .app > .navbar {