Make backdrop work

This commit is contained in:
Chi Vinh Le
2017-12-19 19:24:39 +01:00
parent f25cc56ddb
commit 88d3a53165
+11
View File
@@ -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;
}