summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2015-12-11 08:20:27 -0500
committerChristopher Speller <crspeller@gmail.com>2015-12-11 08:20:27 -0500
commitb9a785e47d0cf1857eb8d0682a2642c0a05d29d9 (patch)
treebeb1ef4f1b4a889bfdf28712f20d0c6ede583c45
parent66f90428e9df63e1a863ff33a4d7b61166abccab (diff)
parentf5932915afb0ba9231d56c68c354e8627bfdec99 (diff)
downloadchat-b9a785e47d0cf1857eb8d0682a2642c0a05d29d9.tar.gz
chat-b9a785e47d0cf1857eb8d0682a2642c0a05d29d9.tar.bz2
chat-b9a785e47d0cf1857eb8d0682a2642c0a05d29d9.zip
Merge pull request #1699 from mattermost/plt-1455
PLT-1455 Fixing jumping of center channel with few posts on IE11
-rw-r--r--web/sass-files/sass/partials/_post.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/sass-files/sass/partials/_post.scss b/web/sass-files/sass/partials/_post.scss
index 3ec1c4434..fbebb4e98 100644
--- a/web/sass-files/sass/partials/_post.scss
+++ b/web/sass-files/sass/partials/_post.scss
@@ -209,6 +209,7 @@ body.ios {
@include flex(1 1 auto);
position: relative;
overflow-y: hidden;
+ height: 100%;
.post-list-holder-by-time {
background: #fff;