summaryrefslogtreecommitdiff
path: root/src/components/APIDiscovery.module.css
diff options
context:
space:
mode:
authorHaishan <[email protected]>2020-08-01 16:04:20 +0800
committerHaishan <[email protected]>2020-08-01 20:40:45 +0800
commitb6360d520a221d53daca4a323949433f5935368d (patch)
tree0f798905f8ed2c6244de00536bdb1ec6431d4544 /src/components/APIDiscovery.module.css
parentb7756145ca809e5863795a7a454816857c592f43 (diff)
chore: increase css specificity of extended modal classes
Diffstat (limited to 'src/components/APIDiscovery.module.css')
-rw-r--r--src/components/APIDiscovery.module.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/APIDiscovery.module.css b/src/components/APIDiscovery.module.css
index b0f6486..f2aaf71 100644
--- a/src/components/APIDiscovery.module.css
+++ b/src/components/APIDiscovery.module.css
@@ -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;
}