summaryrefslogtreecommitdiffstats
path: root/webapp
diff options
context:
space:
mode:
authorAsaad Mahmood <asaadmahmood@users.noreply.github.com>2017-01-10 21:36:43 +0500
committerHarrison Healey <harrisonmhealey@gmail.com>2017-01-10 11:36:43 -0500
commit056be669fc99eaa23905fb79ce970ac87302bd69 (patch)
tree6d8c47ea9e46213a4075bd9aef61728d0331de27 /webapp
parentfd9c122dbce5298f386d5af23504bcbd988fe33f (diff)
downloadchat-056be669fc99eaa23905fb79ce970ac87302bd69.tar.gz
chat-056be669fc99eaa23905fb79ce970ac87302bd69.tar.bz2
chat-056be669fc99eaa23905fb79ce970ac87302bd69.zip
PLT-5191 - Filter box overlapping fix for IE (#5034)
* PLT-5191 - Filter box overlapping fix for IE * Updating flex value for direct divs
Diffstat (limited to 'webapp')
-rw-r--r--webapp/sass/components/_modal.scss6
1 files changed, 5 insertions, 1 deletions
diff --git a/webapp/sass/components/_modal.scss b/webapp/sass/components/_modal.scss
index ac2c3acd4..83f2ef907 100644
--- a/webapp/sass/components/_modal.scss
+++ b/webapp/sass/components/_modal.scss
@@ -542,6 +542,10 @@
display: flex;
flex-direction: column;
+ .browser--ie & {
+ flex: 20;
+ }
+
> div {
min-height: 100%;
overflow: auto;
@@ -638,7 +642,7 @@
width: 100%;
> div {
- flex: 1;
+ flex: 1 1 auto;
}
.more-modal__list {