diff options
| author | Gabriel Albo <gabriel@albo.com.br> | 2015-04-22 14:15:21 -0300 |
|---|---|---|
| committer | Gabriel Albo <gabriel@albo.com.br> | 2015-04-22 14:15:21 -0300 |
| commit | 50e5e67e4b36eb8e3f2a5464e8c97e57ab241424 (patch) | |
| tree | 7f5c9017035e8f5153450373ecfdd1038799c2a9 /web-ui | |
| parent | 1b77f6af79e684d0b0362ad7838938b074255e4d (diff) | |
Adding a max-height as a fallback for a really long list of custom tags
Diffstat (limited to 'web-ui')
| -rw-r--r-- | web-ui/app/scss/styles.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web-ui/app/scss/styles.scss b/web-ui/app/scss/styles.scss index a0fba2c8..4f2a56ee 100644 --- a/web-ui/app/scss/styles.scss +++ b/web-ui/app/scss/styles.scss @@ -345,6 +345,7 @@ section { opacity: 0; transition-duration: 500ms; height: 100%; + max-height: 220px; overflow: auto; background-color: lighten($navigation_background,1); |
