change relative for absolute

This commit is contained in:
Didictateur 2026-02-23 14:16:12 +01:00
parent c874df0841
commit df19c629fc

View file

@ -34,9 +34,9 @@
} }
#mascotte { #mascotte {
position: relative; position: absolute;
bottom: -0px; top: 670px;
right: 0px; right: 100px;
z-index: 999; z-index: 999;
transform: scaleX(-1); transform: scaleX(-1);
cursor: pointer; cursor: pointer;
@ -49,9 +49,9 @@
} }
.speech-bubble { .speech-bubble {
position: relative; position: absolute;
bottom: 0px; top: 100px;
left: 700px; right: 170px;
z-index: 998; z-index: 998;
display: flex; display: flex;
width: 1025px; width: 1025px;