From 747d41f408c4632bcaea568bd55f70d8f09e4c31 Mon Sep 17 00:00:00 2001 From: Gabriel Albo Date: Fri, 6 Mar 2015 16:00:27 -0300 Subject: Sticking the logout button to the bottom of the side navigatin and adding an overflow only to the custom tags session. Adding a slightly lighter background color to the custom tags list for now to indicate the session --- web-ui/app/scss/styles.scss | 3 +++ 1 file changed, 3 insertions(+) (limited to 'web-ui/app/scss/styles.scss') diff --git a/web-ui/app/scss/styles.scss b/web-ui/app/scss/styles.scss index 4754befa..7b074b6d 100644 --- a/web-ui/app/scss/styles.scss +++ b/web-ui/app/scss/styles.scss @@ -331,6 +331,9 @@ section { visibility: hidden; opacity: 0; transition-duration: 500ms; + height: 220px; + overflow: auto; + background-color: lighten($navigation_background,1); li { white-space: nowrap; -- cgit v1.2.3