mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
fix(overlays): focus overlay when presented (#20997)
fixes #19882, fixes #17126
This commit is contained in:
@ -184,6 +184,7 @@ export class Loading implements ComponentInterface, OverlayInterface {
|
||||
return (
|
||||
<Host
|
||||
onIonBackdropTap={this.onBackdropTap}
|
||||
tabindex="-1"
|
||||
style={{
|
||||
zIndex: `${40000 + this.overlayIndex}`
|
||||
}}
|
||||
|
Reference in New Issue
Block a user