From 50e5e67e4b36eb8e3f2a5464e8c97e57ab241424 Mon Sep 17 00:00:00 2001 From: Gabriel Albo Date: Wed, 22 Apr 2015 14:15:21 -0300 Subject: Adding a max-height as a fallback for a really long list of custom tags --- web-ui/app/scss/styles.scss | 1 + 1 file changed, 1 insertion(+) 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); -- cgit v1.2.3