Fixed #315 - scroll size waiting

This commit is contained in:
Max Lynch
2013-12-11 17:07:10 -06:00
parent 3a801ac955
commit 098020e511
9 changed files with 192 additions and 6 deletions

6
dist/css/ionic.css vendored
View File

@@ -2611,7 +2611,7 @@ body, .ionic-body {
height: 3px;
left: 2px;
right: 2px;
bottom: 0; }
bottom: 3px; }
.scroll-bar-h .scroll-bar-indicator {
height: 100%; }
@@ -2619,14 +2619,14 @@ body, .ionic-body {
width: 3px;
bottom: 2px;
top: 2px;
right: 1px; }
right: 3px; }
.scroll-bar-v .scroll-bar-indicator {
width: 100%; }
.scroll-bar-indicator {
position: absolute;
background: rgba(0, 0, 0, 0.3);
border-radius: 2px; }
border-radius: 4px; }
.scroll-refresher {
overflow: hidden;