summaryrefslogtreecommitdiffstats
path: root/webapp/sass/components/_modal.scss
diff options
context:
space:
mode:
authorHarrison Healey <harrisonmhealey@gmail.com>2017-01-04 14:11:37 -0500
committerGitHub <noreply@github.com>2017-01-04 14:11:37 -0500
commitb3f2ab654e95325b556e0c93b41ea6e15e45fffe (patch)
tree9337fe185938d66a8cc24ebf64f6a23b81415757 /webapp/sass/components/_modal.scss
parent95172f1b4baef4808b86da20a74ab4e96cfbb661 (diff)
downloadchat-b3f2ab654e95325b556e0c93b41ea6e15e45fffe.tar.gz
chat-b3f2ab654e95325b556e0c93b41ea6e15e45fffe.tar.bz2
chat-b3f2ab654e95325b556e0c93b41ea6e15e45fffe.zip
Made Edit Post Modal autocomplete always attach to the bottom of the textarea (#4956)
Diffstat (limited to 'webapp/sass/components/_modal.scss')
-rw-r--r--webapp/sass/components/_modal.scss10
1 files changed, 6 insertions, 4 deletions
diff --git a/webapp/sass/components/_modal.scss b/webapp/sass/components/_modal.scss
index e23630c3b..f98d23341 100644
--- a/webapp/sass/components/_modal.scss
+++ b/webapp/sass/components/_modal.scss
@@ -24,10 +24,6 @@
min-height: 8em;
}
- .suggestion-list {
- bottom: -149px;
- }
-
.suggestion-list__content {
max-height: 150px;
}
@@ -669,3 +665,9 @@
padding-left: 0;
}
}
+
+.channel-switch-modal {
+ .modal-body {
+ overflow: visible;
+ }
+}