mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 21:48:42 +08:00
fix(nav): exclude nav from custom dialog (#25689)
resolves #25677, resolves #25688
This commit is contained in:
@ -170,7 +170,7 @@ html.ios ion-modal.modal-card .ion-page {
|
|||||||
* These changes allow certain dimension values
|
* These changes allow certain dimension values
|
||||||
* such as fit-content to work correctly.
|
* such as fit-content to work correctly.
|
||||||
*/
|
*/
|
||||||
ion-modal .ion-page {
|
ion-modal .ion-page:not(ion-nav .ion-page) {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
||||||
contain: layout style;
|
contain: layout style;
|
||||||
|
Reference in New Issue
Block a user