diff options
| author | Haishan <[email protected]> | 2019-04-05 00:00:08 +0800 |
|---|---|---|
| committer | Haishan <[email protected]> | 2019-04-06 21:40:24 +0800 |
| commit | ce4967e1ab66b777797182c44b87c0ee7056f941 (patch) | |
| tree | d4cbfd4234a76d9a9f6ef425187da574ff0eb33c /src/components/Modal.module.scss | |
| parent | b401a7b78f24079855b4f75dbc40cc08e2759e6e (diff) | |
APIConfig: update style
also added input and button focus style
Diffstat (limited to 'src/components/Modal.module.scss')
| -rw-r--r-- | src/components/Modal.module.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Modal.module.scss b/src/components/Modal.module.scss index c2865b7..935c6a7 100644 --- a/src/components/Modal.module.scss +++ b/src/components/Modal.module.scss @@ -1,6 +1,6 @@ .overlay { position: fixed; - z-index: 1000; + // z-index: 1000; top: 0; right: 0; left: 0; |
