diff options
| author | Haishan <[email protected]> | 2020-08-01 16:04:20 +0800 |
|---|---|---|
| committer | Haishan <[email protected]> | 2020-08-01 20:40:45 +0800 |
| commit | b6360d520a221d53daca4a323949433f5935368d (patch) | |
| tree | 0f798905f8ed2c6244de00536bdb1ec6431d4544 /src/components | |
| parent | b7756145ca809e5863795a7a454816857c592f43 (diff) | |
chore: increase css specificity of extended modal classes
Diffstat (limited to 'src/components')
| -rw-r--r-- | src/components/APIDiscovery.module.css | 4 |
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; } |
