From b6360d520a221d53daca4a323949433f5935368d Mon Sep 17 00:00:00 2001 From: Haishan Date: Sat, 1 Aug 2020 16:04:20 +0800 Subject: [PATCH] chore: increase css specificity of extended modal classes --- src/components/APIDiscovery.module.css | 4 ++-- 1 file 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; }