From fafc3bfae4891e72902cef0d38c4c8715dc944e8 Mon Sep 17 00:00:00 2001 From: Christopher Speller Date: Thu, 5 Nov 2015 10:24:26 -0500 Subject: Fixed center channel height magic. Fixes tutorial --- web/sass-files/sass/partials/_post.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'web/sass-files/sass/partials/_post.scss') diff --git a/web/sass-files/sass/partials/_post.scss b/web/sass-files/sass/partials/_post.scss index e11f9b640..ad31e3eb6 100644 --- a/web/sass-files/sass/partials/_post.scss +++ b/web/sass-files/sass/partials/_post.scss @@ -182,12 +182,16 @@ body.ios { } #post-list { + flex: 1 1 auto; + position: relative; + overflow-y: hidden; .post-list-holder-by-time { background: #fff; overflow-y: scroll; width: 100%; padding: 1em 0 0; - position: relative; + position: absolute; + height: 100%; -webkit-overflow-scrolling: touch; &::-webkit-scrollbar { width: 0px !important; -- cgit v1.2.3-1-g7c22