diff options
author | Thibaut Girka <thib@sitedethib.com> | 2018-05-07 14:59:22 +0200 |
---|---|---|
committer | Thibaut Girka <thib@sitedethib.com> | 2018-05-07 14:59:22 +0200 |
commit | 6b94237810fefde05b3732ae2d657ce4f342b3b5 (patch) | |
tree | 2065d04356c36a0b7b450e228d52a197059152de | |
parent | 7972464e71adf0e5cc327d40b9b75b15a22bbe5a (diff) |
[Glitch] Allow report modal to be up to 80% of viewport height
Port bddb330a8a08b7459c299fb56ae8770c3ac69af5 to glitch-soc
-rw-r--r-- | app/javascript/flavours/glitch/styles/components/modal.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/javascript/flavours/glitch/styles/components/modal.scss b/app/javascript/flavours/glitch/styles/components/modal.scss index e3f74cb34..49ed47440 100644 --- a/app/javascript/flavours/glitch/styles/components/modal.scss +++ b/app/javascript/flavours/glitch/styles/components/modal.scss @@ -532,7 +532,7 @@ .report-modal__statuses { flex: 1 1 auto; min-height: 20vh; - max-height: 40vh; + max-height: 80vh; overflow-y: auto; overflow-x: hidden; |