summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_modal.scss
diff options
context:
space:
mode:
authorhmhealey <harrisonmhealey@gmail.com>2015-12-02 09:56:40 -0500
committerhmhealey <harrisonmhealey@gmail.com>2015-12-02 09:56:40 -0500
commit89731e9ef107fd633a20af2acfbe397d51312ac4 (patch)
tree6c7ee853c1515cc7c6a4aa6bf480884072f65405 /web/sass-files/sass/partials/_modal.scss
parent7308569375159134d0f8651cec94b3f9c706604a (diff)
downloadchat-89731e9ef107fd633a20af2acfbe397d51312ac4.tar.gz
chat-89731e9ef107fd633a20af2acfbe397d51312ac4.tar.bz2
chat-89731e9ef107fd633a20af2acfbe397d51312ac4.zip
Fixed suggestion list height in the edit post modal and RHS
Diffstat (limited to 'web/sass-files/sass/partials/_modal.scss')
-rw-r--r--web/sass-files/sass/partials/_modal.scss8
1 files changed, 8 insertions, 0 deletions
diff --git a/web/sass-files/sass/partials/_modal.scss b/web/sass-files/sass/partials/_modal.scss
index 4a56bc6c7..01c9e136c 100644
--- a/web/sass-files/sass/partials/_modal.scss
+++ b/web/sass-files/sass/partials/_modal.scss
@@ -405,3 +405,11 @@
@include opacity(0.7);
}
}
+
+.modal-body.edit-modal-body {
+ overflow: visible;
+
+ .suggestion-content {
+ max-height: 150px;
+ }
+}