Fix: When transaction drawer closed, turbo frame renders below main content #1167

Merged
jestinjoshi merged 1 commits from fix-1165 into main 2024-09-11 21:24:38 +08:00
jestinjoshi commented 2024-09-11 06:02:58 +08:00 (Migrated from github.com)

Fixes #1165

Explanation: HTML dialog should not be given CSS display property as it must be handled by the browser for hiding/showing the dialog

Fixes #1165 Explanation: HTML dialog should not be given CSS display property as it must be handled by the browser for hiding/showing the dialog
zachgoll (Migrated from github.com) approved these changes 2024-09-11 21:24:27 +08:00
zachgoll (Migrated from github.com) left a comment

Good catch!

Good catch!
Sign in to join this conversation.