summaryrefslogtreecommitdiff
path: root/src/components/Modal.module.css
diff options
context:
space:
mode:
authorHaishan <[email protected]>2019-04-20 15:47:43 +0800
committerHaishan <[email protected]>2019-04-20 16:42:56 +0800
commiteda2501b1d68c6f82a4a824ffe12caf5be7b33f2 (patch)
tree25ada6388737a698c66380fe5bab22d5e4c4bf69 /src/components/Modal.module.css
parente68f4ce9664f8164fd6aab284feb9ebed9f2ecdb (diff)
feat(config): add button to clear local storage
Diffstat (limited to 'src/components/Modal.module.css')
-rw-r--r--src/components/Modal.module.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/Modal.module.css b/src/components/Modal.module.css
index 0df0030..1b183bc 100644
--- a/src/components/Modal.module.css
+++ b/src/components/Modal.module.css
@@ -5,6 +5,7 @@
left: 0;
bottom: 0;
background: #444;
+ z-index: 1024;
}
.content {