From cb0b06feb2df465a3c552095c5295cd1ff46b1c1 Mon Sep 17 00:00:00 2001 From: xdrm-brackets Date: Sun, 4 Mar 2018 18:52:36 +0100 Subject: [PATCH] layout minfix --- webpack/scss/container.scss | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/webpack/scss/container.scss b/webpack/scss/container.scss index d74d3aa..5f4d918 100644 --- a/webpack/scss/container.scss +++ b/webpack/scss/container.scss @@ -369,11 +369,11 @@ display: flex; position: fixed; - top: #{$header-height + 1em}; - left: calc( 100% - 20em + 1em ); + top: #{$header-height + .5em }; + left: calc( 100% - 20em ); // deflt - marg - scrollBarOffset - width: calc( 20em - 2*1em - 1em ); - height: calc( 100% - 2*1em - #{$header-height} ); + width: calc( 20em - 2*.5em - .5em ); + height: calc( 100% - 2*.5em - #{$header-height} ); border-radius: 3px / 3px; background-color: #fff; @@ -386,6 +386,8 @@ align-items: flex-start; flex-wrap: nowrap; + overflow: hidden; + overflow-y: auto; /* (1) Filter Group */ & > div[title]{