about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/styles/components
diff options
context:
space:
mode:
authorThibG <thib@sitedethib.com>2019-04-22 23:06:54 +0200
committerGitHub <noreply@github.com>2019-04-22 23:06:54 +0200
commit91a74ea86bb0c5b0016012ad50231956ff26592c (patch)
treeede17b03acf207674fdf2d535a4ca05a5ed69986 /app/javascript/flavours/glitch/styles/components
parentc3fa4e8e07e5bcc685163959833a989fb15e8029 (diff)
parent039e35560c04e4af1bb35b8ab11b9e145c8a4985 (diff)
Merge pull request #1002 from ThibG/glitch-soc/merge-upstream
Merge upstream changes
Diffstat (limited to 'app/javascript/flavours/glitch/styles/components')
-rw-r--r--app/javascript/flavours/glitch/styles/components/modal.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/javascript/flavours/glitch/styles/components/modal.scss b/app/javascript/flavours/glitch/styles/components/modal.scss
index 05af34680..2e5b7be55 100644
--- a/app/javascript/flavours/glitch/styles/components/modal.scss
+++ b/app/javascript/flavours/glitch/styles/components/modal.scss
@@ -621,6 +621,11 @@
   ul {
     overflow-y: auto;
     flex-shrink: 0;
+    max-height: 80vh;
+
+    &.with-status {
+      max-height: calc(80vh - 75px);
+    }
 
     li:empty {
       margin: 0;