mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
Progress on scroll zoom
This commit is contained in:
@@ -8,6 +8,14 @@ ion-scroll {
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
&[center] {
|
||||
scroll-content {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
}
|
||||
|
||||
scroll-content {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
|
||||
Reference in New Issue
Block a user