Skip to content

Commit

Permalink
Blur modal backdrop
Browse files Browse the repository at this point in the history
  • Loading branch information
Hal-9k1 committed Oct 18, 2024
1 parent e3e74c1 commit 48f812c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/renderer/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ body {
background-color: rgb(0 0 0 / 50%);
display: none;
z-index: 20;
backdrop-filter: blur(2px);
}
.App-modal-container:has(.modal-active) {
display: block;
Expand Down

0 comments on commit 48f812c

Please sign in to comment.