Fix Z index css
This commit is contained in:
parent
d736c415da
commit
2fa261f56f
1 changed files with 2 additions and 2 deletions
|
|
@ -22,7 +22,7 @@ html, body {
|
||||||
transform: translateX(-50%);
|
transform: translateX(-50%);
|
||||||
font-size: 32px;
|
font-size: 32px;
|
||||||
color: #333;
|
color: #333;
|
||||||
z-index: 10;
|
z-index: 5;
|
||||||
background-color: rgba(255, 255, 255, 0.8);
|
background-color: rgba(255, 255, 255, 0.8);
|
||||||
padding: 5px 10px;
|
padding: 5px 10px;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
|
|
@ -32,7 +32,7 @@ html, body {
|
||||||
.drawer {
|
.drawer {
|
||||||
display: none;
|
display: none;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
z-index: 1;
|
z-index: 10;
|
||||||
right: 0;
|
right: 0;
|
||||||
top: 0;
|
top: 0;
|
||||||
width: 30%;
|
width: 30%;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue