summaryrefslogtreecommitdiffstats
path: root/web/sass-files
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2015-12-10 15:26:57 -0500
committerChristopher Speller <crspeller@gmail.com>2015-12-10 15:30:45 -0500
commitf5932915afb0ba9231d56c68c354e8627bfdec99 (patch)
treebeb1ef4f1b4a889bfdf28712f20d0c6ede583c45 /web/sass-files
parent66f90428e9df63e1a863ff33a4d7b61166abccab (diff)
downloadchat-f5932915afb0ba9231d56c68c354e8627bfdec99.tar.gz
chat-f5932915afb0ba9231d56c68c354e8627bfdec99.tar.bz2
chat-f5932915afb0ba9231d56c68c354e8627bfdec99.zip
Fixing jumping of center channel with few posts on IE11
Diffstat (limited to 'web/sass-files')
-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;