mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
Add infinite scroll CSS
This commit is contained in:
@@ -219,6 +219,27 @@ body, .ionic-body {
|
||||
}
|
||||
}
|
||||
|
||||
// Infinite scroll
|
||||
infinite-scroll .scroll-infinite {
|
||||
overflow: hidden;
|
||||
margin-top: -70px;
|
||||
height: 60px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.scroll-infinite-content {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
bottom: 15px;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
font-size: 30px;
|
||||
color: #666666; }
|
||||
|
||||
infinite-scroll.active .scroll-infinite {
|
||||
margin-top: -10px;
|
||||
}
|
||||
|
||||
.overflow-scroll {
|
||||
overflow-x: hidden;
|
||||
overflow-y: scroll;
|
||||
|
||||
Reference in New Issue
Block a user