Fix: When transaction drawer closed, turbo frame renders below main content #1167
Reference in New Issue
Block a user
Delete Branch "fix-1165"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
Good catch!