Skip to content

Commit

Permalink
Make dialogs usable on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
gdavid04 committed Mar 14, 2024
1 parent 77087e0 commit 72ce5b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/util.css
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ body * .center, body * .vcenter {

.dialog {
z-index: 5000;
width: 100%;
height: 100%;
}

.dialog[hidden] {
Expand Down

0 comments on commit 72ce5b2

Please sign in to comment.