summaryrefslogtreecommitdiffstats
path: root/webapp/sass/components
diff options
context:
space:
mode:
authorAsaad Mahmood <asaadmahmood@users.noreply.github.com>2017-05-22 23:17:29 +0500
committerCorey Hulen <corey@hulen.com>2017-05-22 11:17:29 -0700
commit52f73c30cafd6afaa11361b05972e25ebc223a81 (patch)
tree35885388a47ddca9b71c3914245be1d9cfc79c79 /webapp/sass/components
parent9eb9c115de3a70e26ebacc528a6e50e21e06e9c3 (diff)
downloadchat-52f73c30cafd6afaa11361b05972e25ebc223a81.tar.gz
chat-52f73c30cafd6afaa11361b05972e25ebc223a81.tar.bz2
chat-52f73c30cafd6afaa11361b05972e25ebc223a81.zip
PLT-6651 - Overlay issue modal (#6473)
* PLT-6651 - Overlay issue modal * Fixing mentions badge
Diffstat (limited to 'webapp/sass/components')
-rw-r--r--webapp/sass/components/_mentions.scss2
-rw-r--r--webapp/sass/components/_modal.scss6
2 files changed, 7 insertions, 1 deletions
diff --git a/webapp/sass/components/_mentions.scss b/webapp/sass/components/_mentions.scss
index 17a72e5a9..cfc12f1ce 100644
--- a/webapp/sass/components/_mentions.scss
+++ b/webapp/sass/components/_mentions.scss
@@ -9,7 +9,7 @@
z-index: 10;
}
-.mention-badge {
+.badge {
background-color: #777;
border-radius: 10px;
color: #fff;
diff --git a/webapp/sass/components/_modal.scss b/webapp/sass/components/_modal.scss
index fc1584ea9..f5489aa2b 100644
--- a/webapp/sass/components/_modal.scss
+++ b/webapp/sass/components/_modal.scss
@@ -76,6 +76,12 @@
color: alpha-color($black, .9);
width: 100%;
+ .modal--overflow {
+ .modal-body {
+ overflow: visible;
+ }
+ }
+
&.modal-image {
.modal-backdrop {
&.in {