change z-index of elements

This commit is contained in:
Didictateur 2026-02-23 14:27:30 +01:00
parent 9540d652a4
commit 7a5aff5363
5 changed files with 10 additions and 10 deletions

View file

@ -73,7 +73,7 @@
box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3); box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
list-style: none; list-style: none;
min-width: 220px; min-width: 220px;
z-index: 1000; z-index: 9999;
flex-direction: column; flex-direction: column;
gap: 0.5rem !important; gap: 0.5rem !important;
transition: opacity 0.3s ease; transition: opacity 0.3s ease;

View file

@ -30,7 +30,7 @@
position: absolute; position: absolute;
bottom: 200px; bottom: 200px;
right: 170px; right: 170px;
z-index: 998; z-index: 1;
display: none; display: none;
} }

View file

@ -13,9 +13,9 @@
} }
#mascotte { #mascotte {
position: fixed; position: absolute;
bottom: 0px; top: 670px;
right: 160px; right: 100px;
z-index: 999; z-index: 999;
transform: scaleX(-1); transform: scaleX(-1);
cursor: pointer; cursor: pointer;
@ -28,10 +28,10 @@
} }
.speech-bubble { .speech-bubble {
position: fixed; position: absolute;
bottom: 320px; bottom: 200px;
right: 170px; right: 170px;
z-index: 998; z-index: 1;
display: none; display: none;
} }

View file

@ -31,7 +31,7 @@
position: fixed; position: fixed;
bottom: 200px; bottom: 200px;
right: 170px; right: 170px;
z-index: 998; z-index: 1;
display: none; display: none;
} }

View file

@ -52,7 +52,7 @@
position: absolute; position: absolute;
bottom: 200px; bottom: 200px;
right: 170px; right: 170px;
z-index: 998; z-index: 1;
display: flex; display: flex;
width: 1025px; width: 1025px;
height: 560px; height: 560px;