diff options
| author | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-07-21 19:50:41 +0530 | 
|---|---|---|
| committer | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-07-21 19:50:41 +0530 | 
| commit | 166f8d4262729b2f771c30f8e71a305052cc13d5 (patch) | |
| tree | d37ca3ed4d075fec97371b16ec76983a31992e6a | |
| parent | 87e3e6bf66dc18a324417e05043874792749a8c5 (diff) | |
fixed MessageBox z-index
| -rw-r--r-- | src/components/style.css | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/src/components/style.css b/src/components/style.css index d305fe5..d33d775 100644 --- a/src/components/style.css +++ b/src/components/style.css @@ -52,11 +52,11 @@ body {    position: fixed;    top: 0; bottom: 0;    left: 0; right: 0; +  z-index: 10;  } -  .MessageBox p { -  background-color: black; +  background-color: #000000dd;    padding: 0.5rem 2rem;  } |