Skip to content

Commit d1e517b

Browse files
authored
fix(nav): exclude nav from custom dialog (#25689)
resolves #25677, resolves #25688
1 parent ac891a4 commit d1e517b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/css/core.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ html.ios ion-modal.modal-card .ion-page {
170170
* These changes allow certain dimension values
171171
* such as fit-content to work correctly.
172172
*/
173-
ion-modal .ion-page {
173+
ion-modal .ion-page:not(ion-nav .ion-page) {
174174
position: relative;
175175

176176
contain: layout style;

0 commit comments

Comments
 (0)