mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
fix(modal): swipeable modal styles only apply to ios (#20571)
fixes #20569
This commit is contained in:
@ -255,7 +255,7 @@ export class Modal implements ComponentInterface, OverlayInterface {
|
||||
aria-modal="true"
|
||||
class={{
|
||||
[mode]: true,
|
||||
[`modal-card`]: this.presentingElement !== undefined,
|
||||
[`modal-card`]: this.presentingElement !== undefined && mode === 'ios',
|
||||
...getClassMap(this.cssClass)
|
||||
}}
|
||||
style={{
|
||||
|
Reference in New Issue
Block a user