Skip to content

Commit

Permalink
Fix dialog background
Browse files Browse the repository at this point in the history
  • Loading branch information
gdavid04 committed Mar 19, 2024
1 parent b1aa64e commit f63bcfc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/util.css
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,10 @@ body * .center, body * .vcenter {

.dialog {
z-index: 5000;
width: 100%;
height: 100%;
top: 0;
bottom: 0;
left: 0;
right: 0;
}

.dialog[hidden] {
Expand Down

0 comments on commit f63bcfc

Please sign in to comment.