Fix Z index css

This commit is contained in:
Yûki VACHOT 2024-05-12 04:00:44 +02:00
parent d736c415da
commit 2fa261f56f

View file

@ -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%;