diff options
author | Gabriel Albo <gabriel@albo.com.br> | 2015-04-22 10:14:28 -0300 |
---|---|---|
committer | Gabriel Albo <gabriel@albo.com.br> | 2015-04-22 10:14:37 -0300 |
commit | 1b77f6af79e684d0b0362ad7838938b074255e4d (patch) | |
tree | 3a370260b2702b5debf5f7523bb47e99c3ec4452 /web-ui | |
parent | 9089a1eb747cbdaf9002238f1a9ebdf5c9021e8b (diff) |
Making the custom tag list be as high as the number of custom tags instead of having a fixed size
Diffstat (limited to 'web-ui')
-rw-r--r-- | web-ui/app/scss/styles.scss | 2 |
1 files changed, 1 insertions, 1 deletions
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); |