From 1b77f6af79e684d0b0362ad7838938b074255e4d Mon Sep 17 00:00:00 2001 From: Gabriel Albo Date: Wed, 22 Apr 2015 10:14:28 -0300 Subject: Making the custom tag list be as high as the number of custom tags instead of having a fixed size --- web-ui/app/scss/styles.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web-ui') diff --git a/web-ui/app/scss/styles.scss b/web-ui/app/scss/styles.scss index 6dd82c4e..a0fba2c8 100644 --- a/web-ui/app/scss/styles.scss +++ b/web-ui/app/scss/styles.scss @@ -344,7 +344,7 @@ section { visibility: hidden; opacity: 0; transition-duration: 500ms; - height: 220px; + height: 100%; overflow: auto; background-color: lighten($navigation_background,1); -- cgit v1.2.3