Skip to content

Commit 633cb2b

Browse files
authored
Merge pull request Expensify#67282 from cosmicvulpes/splash-zindex-fix
Add z-index 10000 to splash screen to prevent third-party overlay issues
2 parents a23bceb + 45865fa commit 633cb2b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

web/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@
121121
align-items: center;
122122
transition-duration: 250ms;
123123
transition-property: opacity;
124+
z-index: 10000; /* Ensure splash stays above third-party overlays like Convert survey */
124125
}
125126

126127
.animation {

0 commit comments

Comments
 (0)