chore: increase css specificity of extended modal classes

This commit is contained in:
Haishan 2020-08-01 16:04:20 +08:00
parent b7756145ca
commit b6360d520a

View file

@ -1,4 +1,4 @@
.content {
.content.content {
background: none;
position: fixed;
top: 0;
@ -21,6 +21,6 @@
margin-right: 20px;
}
.overlay {
.overlay.overlay {
background: #222;
}