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
This commit is contained in:
perry
2015-02-16 15:46:35 -06:00
parent 9cc61ecdce
commit 0ea40a7e68

View File

@@ -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.