From 0ea40a7e68ae986b4a40d6826a93d02b48b08aef Mon Sep 17 00:00:00 2001 From: perry Date: Mon, 16 Feb 2015 15:46:35 -0600 Subject: [PATCH] amend(scroll): allowing scrollbars on desktop Scrollbar manipulation is poorly supported accross browsers. Devlopers seeking a pixel perfect match of mobile layouts are encouraged to set their OS to display mobile-style scrollbars. On mac that's System Preferences -> General -> Show scroll bars: When scrolling --- scss/_scaffolding.scss | 5 ----- 1 file changed, 5 deletions(-) diff --git a/scss/_scaffolding.scss b/scss/_scaffolding.scss index 1b347ef252..d075379bec 100644 --- a/scss/_scaffolding.scss +++ b/scss/_scaffolding.scss @@ -87,11 +87,6 @@ body.grade-c { margin-top: -1px; } -// hide scrollbars on desktop. they take up witdh of the scroll area -body:not(.platform-webview) .scroll-content::-webkit-scrollbar{ - display:none; -} - /** * Scroll is the scroll view component available for complex and custom * scroll view functionality.