diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2017-07-01 14:50:10 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-01 14:50:10 +0200 |
commit | bf50e3e5aefc88f7a6d9ab4aafe5beab4360292b (patch) | |
tree | 6926785a885154e4ab2acc199af1292ec7b82fc8 /app/javascript/styles/components.scss | |
parent | a978b88997169782ac35f416bf88d6afd60edd1e (diff) |
Fix height issue in report modal
Diffstat (limited to 'app/javascript/styles/components.scss')
-rw-r--r-- | app/javascript/styles/components.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/javascript/styles/components.scss b/app/javascript/styles/components.scss index 28cb9ec65..a87aa5d79 100644 --- a/app/javascript/styles/components.scss +++ b/app/javascript/styles/components.scss @@ -3278,6 +3278,7 @@ button.icon-button.active i.fa-retweet { .report-modal__statuses { min-height: 20vh; + max-height: 40vh; overflow-y: auto; overflow-x: hidden; } |