improve(ui): dialog: add escape key on shared dialog + perfer hidden class
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background-color: var(--color-overlay-light);
|
||||
display: none;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
z-index: 3000;
|
||||
@@ -106,7 +106,7 @@
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background-color: var(--color-overlay-light);
|
||||
display: none;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
z-index: 3000;
|
||||
@@ -205,7 +205,7 @@
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background-color: var(--color-overlay-light);
|
||||
display: none;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
z-index: 3000;
|
||||
@@ -512,7 +512,7 @@
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background-color: var(--color-overlay-light);
|
||||
display: none;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
z-index: 4000;
|
||||
@@ -593,7 +593,7 @@
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background-color: var(--color-overlay);
|
||||
display: none;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
z-index: 1000;
|
||||
|
||||
Reference in New Issue
Block a user