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%);
|
||||
font-size: 32px;
|
||||
color: #333;
|
||||
z-index: 10;
|
||||
z-index: 5;
|
||||
background-color: rgba(255, 255, 255, 0.8);
|
||||
padding: 5px 10px;
|
||||
border-radius: 5px;
|
||||
|
|
@ -32,7 +32,7 @@ html, body {
|
|||
.drawer {
|
||||
display: none;
|
||||
position: fixed;
|
||||
z-index: 1;
|
||||
z-index: 10;
|
||||
right: 0;
|
||||
top: 0;
|
||||
width: 30%;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue