From d5220573def869fab035d72d55659737d272346a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20N=C3=BCsse?= Date: Sun, 30 Sep 2018 00:48:46 +0200 Subject: [PATCH] Fixed Missing Sidebarseperator MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Felix NĂ¼sse --- sass/credentials.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sass/credentials.scss b/sass/credentials.scss index d0b75558..b87389cb 100644 --- a/sass/credentials.scss +++ b/sass/credentials.scss @@ -23,6 +23,7 @@ //override nc style to fix wrong offset #content { padding-top: 47px !important; // 45px but +2 because of borders + height: 100%; } //this fixes the scrollbars, because passman-contols are shown above the sidebar. @@ -39,7 +40,8 @@ #app-content-wrapper { min-height: 95%; display: block; - //width: 100%; + //hack for missing separatorbar when app-sidebar is opened + height: calc(100vh - 49px); #passman-controls { text-align: center; &.sidebar-shown {