Skip to content

Commit

Permalink
update dialog style
Browse files Browse the repository at this point in the history
Signed-off-by: cbh778899 <[email protected]>
  • Loading branch information
cbh778899 committed Jul 14, 2024
1 parent 4ac162e commit fb780c8
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions styles/message.css
Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@
.message-dialog {
pointer-events: none;
z-index: 100;
}

.message-dialog::backdrop {
position: fixed;
background-color: transparent;
border: none;
top: 0;
right: 0;
width: 100vw;
height: 100vh;
pointer-events: none;
outline: none;
z-index: 1000;
padding: 0;
margin: 0;
}
.message-dialog:focus-visible { outline: none !important; }

.message-dialog * {
pointer-events: initial;
Expand Down

0 comments on commit fb780c8

Please sign in to comment.