DevTools supports multiple modal dialogs at once (#21370)

This commit is contained in:
Brian Vaughn
2021-04-27 20:33:11 -04:00
committed by GitHub
parent 8e2bb3e89c
commit ecb599cd87
7 changed files with 84 additions and 45 deletions

View File

@@ -3,6 +3,7 @@
width: 100%;
height: 100%;
display: flex;
flex-direction: row;
align-items: flex-start;
justify-content: center;
padding: 1rem;
@@ -13,6 +14,7 @@
.Dialog {
position: relative;
z-index: 3;
margin: 0 0.25rem;
width: 25rem;
min-width: 20rem;
max-width: 100%;