chore: increase css specificity of extended modal classes
This commit is contained in:
parent
b7756145ca
commit
b6360d520a
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue