From 69ef9101d4066df5df6780a2bfaeaa949869df02 Mon Sep 17 00:00:00 2001 From: Shpuld Shpuldson Date: Thu, 13 Apr 2017 17:57:20 +0300 Subject: Fix login screen, (remove one duplicate line from user card css). --- src/App.scss | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/App.scss') diff --git a/src/App.scss b/src/App.scss index 16278e98..0f5c13c7 100644 --- a/src/App.scss +++ b/src/App.scss @@ -219,7 +219,7 @@ nav { } .sidebar { - flex: 1; + flex: 0; flex-basis: 35%; } @@ -249,17 +249,18 @@ nav { .sidebar { overflow: hidden; max-height: 100vh; - max-width: 345px; + width: 345px; position: fixed; margin-top: -10px; .sidebar-container { height: 96vh; + width: 360px; padding-top: 10px; margin-right: -40px; padding-right: 25px; overflow-x: hidden; - overflow-y: auto; + overflow-y: scroll; } } .sidebar-flexer { -- cgit v1.2.3-70-g09d2