diff --git a/frontend/pages/chap1.html b/frontend/pages/chap1.html
index d67d431..99292a3 100644
--- a/frontend/pages/chap1.html
+++ b/frontend/pages/chap1.html
@@ -12,9 +12,9 @@
}
#mascotte {
- position: fixed;
- bottom: 0px;
- right: 160px;
+ position: absolute;
+ top: 670px;
+ right: 100px;
z-index: 999;
transform: scaleX(-1);
cursor: pointer;
@@ -27,8 +27,8 @@
}
.speech-bubble {
- position: fixed;
- bottom: 320px;
+ position: absolute;
+ bottom: 200px;
right: 170px;
z-index: 998;
display: none;
diff --git a/frontend/pages/chap3.html b/frontend/pages/chap3.html
index 8772300..711efae 100644
--- a/frontend/pages/chap3.html
+++ b/frontend/pages/chap3.html
@@ -13,9 +13,9 @@
}
#mascotte {
- position: fixed;
- bottom: 0;
- right: 160px;
+ position: absolute;
+ top: 670px;
+ right: 100px;
z-index: 999;
transform: scaleX(-1);
cursor: pointer;
@@ -29,7 +29,7 @@
.speech-bubble {
position: fixed;
- bottom: 320px;
+ bottom: 200px;
right: 170px;
z-index: 998;
display: none;
diff --git a/index.html b/index.html
index abddf92..03e254a 100644
--- a/index.html
+++ b/index.html
@@ -50,7 +50,7 @@
.speech-bubble {
position: absolute;
- top: 100px;
+ bottom: 200px;
right: 170px;
z-index: 998;
display: flex;