mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-07 06:57:02 +08:00
22 lines
252 B
SCSS
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;
|
|
} |