mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 03:32:21 +08:00
9 lines
126 B
SCSS
9 lines
126 B
SCSS
ion-refresher {
|
|
position: fixed;
|
|
display: block;
|
|
height: 100px;
|
|
width: 100%;
|
|
background-color: red;
|
|
z-index: 0;
|
|
}
|