Skip to content

Commit

Permalink
Set a background color on dialog to fix gray background issue in Firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
lkhrs committed Oct 28, 2024
1 parent 93ebdb1 commit 35d0532
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions simple.css
Original file line number Diff line number Diff line change
Expand Up @@ -669,6 +669,7 @@ progress:indeterminate::-moz-progress-bar {
}

dialog {
background-color: var(--bg);
max-width: 40rem;
margin: auto;
}
Expand Down

0 comments on commit 35d0532

Please sign in to comment.