Skip to content

Commit

Permalink
fix: modal reopening animation (#1167)
Browse files Browse the repository at this point in the history
  • Loading branch information
yeul authored Feb 4, 2025
1 parent 7d87001 commit 8c0ac5c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/library/zoid/modal/containerTemplate.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,10 @@ export default ({ uid, frame, prerenderFrame, doc, event, state, props: { cspNon
border: none !important;
}
#${uid}.${CLASS.HIDDEN} > div > iframe {
top: -99999px !important;
left: -99999px !important;
@supports (hanging-punctuation: first) and (font: -apple-system-body) and (-webkit-appearance: none) {
#${uid}.${CLASS.HIDDEN} > div > iframe {
opacity: 0;
}
}
#${uid} > div {
Expand Down

0 comments on commit 8c0ac5c

Please sign in to comment.