From 0141c351ca45039d56a892d8b25026252aabd06c Mon Sep 17 00:00:00 2001 From: Asaad Mahmood Date: Mon, 31 Aug 2015 19:23:09 +0500 Subject: MM-2046 - Updating momentum scroll on IOS --- web/sass-files/sass/partials/_post.scss | 1 + 1 file changed, 1 insertion(+) (limited to 'web/sass-files') diff --git a/web/sass-files/sass/partials/_post.scss b/web/sass-files/sass/partials/_post.scss index 0605e9c3b..231e6fe3f 100644 --- a/web/sass-files/sass/partials/_post.scss +++ b/web/sass-files/sass/partials/_post.scss @@ -139,6 +139,7 @@ body.ios { width: 100%; padding: 1em 0 0; position: relative; + -webkit-overflow-scrolling: touch; &.hide-scroll::-webkit-scrollbar { width: 0px !important; } -- cgit v1.2.3-1-g7c22 From 8d6c35481124d7e30bdb559f440c48b3e5eb4e0d Mon Sep 17 00:00:00 2001 From: Asaad Mahmood Date: Mon, 31 Aug 2015 19:33:39 +0500 Subject: Also updating the position of the bottom unread indicator --- web/sass-files/sass/partials/_sidebar--left.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/sass-files') diff --git a/web/sass-files/sass/partials/_sidebar--left.scss b/web/sass-files/sass/partials/_sidebar--left.scss index 6b827eaee..432b8eb46 100644 --- a/web/sass-files/sass/partials/_sidebar--left.scss +++ b/web/sass-files/sass/partials/_sidebar--left.scss @@ -59,7 +59,7 @@ top: 66px; } .nav-pills__unread-indicator-bottom { - bottom: 0px; + bottom: 10px; } .nav { -- cgit v1.2.3-1-g7c22