From fe7eea02d32722ad56531bdfa76af5cdf191d337 Mon Sep 17 00:00:00 2001 From: Max Lynch Date: Mon, 7 Dec 2015 00:06:55 -0600 Subject: [PATCH] feat(wp10): Hide scrollbar automatically. #4728 --- scss/_scaffolding.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scss/_scaffolding.scss b/scss/_scaffolding.scss index 003fd7782e3..e38464c35d4 100644 --- a/scss/_scaffolding.scss +++ b/scss/_scaffolding.scss @@ -185,6 +185,10 @@ ion-infinite-scroll { overflow-x: hidden; overflow-y: scroll; -webkit-overflow-scrolling: touch; + + // Make sure the scrollbar doesn't take up layout space on edge + -ms-overflow-style: -ms-autohiding-scrollbar; + top: 0; right: 0; bottom: 0;