From e277dbbae941c6a612375d9126f58fa5528a23f1 Mon Sep 17 00:00:00 2001 From: NikolaBorislavovHristov Date: Tue, 27 Nov 2018 17:18:52 +0200 Subject: [PATCH] overflow of body allowed --- src/app/styles.less | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/app/styles.less b/src/app/styles.less index 7bde2350a..fb9aabb8c 100644 --- a/src/app/styles.less +++ b/src/app/styles.less @@ -60,9 +60,12 @@ height: 100vh; min-width: 1000px; min-height: 650px; - overflow: hidden; font-family: 'Roboto', 'Noto Sans', 'sans-serif'; + } + + #app { z-index: 0; + overflow: hidden; } .modal-container { @@ -70,6 +73,7 @@ top: 0; left: 0; z-index: 1; + overflow: hidden; } }