Skip to content

Commit

Permalink
Disable pointer-events in email template preview screen
Browse files Browse the repository at this point in the history
  • Loading branch information
DonOmalVindula committed Sep 3, 2024
1 parent 22dcbbe commit 48f0d46
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1903,6 +1903,7 @@ TODO : Move values to separate variables and cleanup styles.
.email-template-resource-tab-pane {
border-bottom-left-radius: 0 !important;
border-bottom-right-radius: 0 !important;
pointer-events: none;
}

.email-template-preview {
Expand Down

0 comments on commit 48f0d46

Please sign in to comment.