Skip to content

Commit 41def46

Browse files
committed
fix(popup): fix wrong popup push position on top of tablet-full-screen push popup
1 parent 8d00ded commit 41def46

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/core/components/popup/popup.less

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,9 @@
7575
}
7676
}
7777
}
78+
html.with-modal-popup-push .popup-push:not(.popup-tablet-fullscreen) {
79+
margin-top: 0;
80+
}
7881
}
7982
html.with-modal-popup {
8083
.framework7-root {

0 commit comments

Comments
 (0)