Files
ionic-framework/ionic/components/scroll/pull-to-refresh.scss
2015-06-16 16:38:46 -05:00

9 lines
126 B
SCSS

ion-refresher {
position: fixed;
display: block;
height: 100px;
width: 100%;
background-color: red;
z-index: 0;
}