Skip to content

Commit

Permalink
fix(nav): exclude nav from custom dialog (#25689)
Browse files Browse the repository at this point in the history
resolves #25677, resolves #25688
  • Loading branch information
liamdebeasi committed Jul 28, 2022
1 parent ac891a4 commit d1e517b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/css/core.scss
Expand Up @@ -170,7 +170,7 @@ html.ios ion-modal.modal-card .ion-page {
* These changes allow certain dimension values
* such as fit-content to work correctly.
*/
ion-modal .ion-page {
ion-modal .ion-page:not(ion-nav .ion-page) {
position: relative;

contain: layout style;
Expand Down

0 comments on commit d1e517b

Please sign in to comment.