Files
ionic-framework/scss/ionic/structure/_pull-to-refresh.scss
2013-08-29 09:13:07 -05:00

22 lines
252 B
SCSS

.ptr-capable {
-webkit-user-drag: element;
}
.ptr-content {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
overflow: auto;
height: 0;
}
.ptr-content .pulling {
display: none;
}
.ptr-content .refreshing {
display: none;
}