Fixed Missing Sidebarseperator

Signed-off-by: Felix Nüsse <Felix.nuesse@t-online.de>
This commit is contained in:
Felix Nüsse 2018-09-30 00:48:46 +02:00 committed by fnuesse
parent ba8102f701
commit d5220573de
No known key found for this signature in database
GPG key ID: 2089A3431243E819

View file

@ -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 {