Skip to content

Commit

Permalink
fix bug preventing from dismissing an error dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
customcommander committed Oct 13, 2024
1 parent 2ea3f3b commit 71443f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/component-error.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ class Err extends LitElement {
align-items: center;
justify-content: space-around;
background-color: rgba(0,0,0,0.2);
z-index: 1000;
}
div[role="alertdialog"] {
Expand Down

0 comments on commit 71443f2

Please sign in to comment.