mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-10 00:27:41 +08:00
fix(modal): properly inherit border radius for modals on Safari (#20887)
fixes #20878
This commit is contained in:
@ -41,9 +41,8 @@ html.ios ion-modal.modal-card .ion-page > ion-header > ion-toolbar:first-of-type
|
||||
|
||||
// .ion-page needs to explicitly inherit
|
||||
// the border radius in safari otherwise
|
||||
// a card modal with ion-content[fullscreen=true]
|
||||
// will not show border radius properly
|
||||
html.ios ion-modal.modal-card .ion-page {
|
||||
// modals will not show border radius properly
|
||||
html.ios ion-modal .ion-page {
|
||||
border-radius: inherit;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user