mirror of
https://github.com/wassname/talk.git
synced 2026-08-04 13:23:35 +08:00
Make backdrop work
This commit is contained in:
@@ -1,3 +1,14 @@
|
||||
|
||||
.dialog {
|
||||
}
|
||||
|
||||
:global(.backdrop) {
|
||||
z-index: 100148;
|
||||
left: 0;
|
||||
top: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
position: absolute;
|
||||
background-color: black;
|
||||
opacity: 0.1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user