diff options
-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); |