fixed dialog position

This commit is contained in:
Didictateur 2026-02-23 21:14:21 +01:00
parent 024190f943
commit e2084e5414
6 changed files with 6 additions and 6 deletions

View file

@ -28,7 +28,7 @@
.speech-bubble { .speech-bubble {
position: absolute; position: absolute;
bottom: 200px; top: 300px;
right: 170px; right: 170px;
z-index: 1; z-index: 1;
display: none; display: none;

View file

@ -29,7 +29,7 @@
.speech-bubble { .speech-bubble {
position: absolute; position: absolute;
bottom: 200px; top: 350px;
right: 170px; right: 170px;
z-index: 1; z-index: 1;
display: none; display: none;

View file

@ -29,7 +29,7 @@
.speech-bubble { .speech-bubble {
position: absolute; position: absolute;
bottom: 200px; top: 220px;
right: 170px; right: 170px;
z-index: 1; z-index: 1;
display: none; display: none;

View file

@ -29,7 +29,7 @@
.speech-bubble { .speech-bubble {
position: absolute; position: absolute;
bottom: 200px; top: 300px;
right: 170px; right: 170px;
z-index: 1; z-index: 1;
display: none; display: none;

View file

@ -29,7 +29,7 @@
.speech-bubble { .speech-bubble {
position: absolute; position: absolute;
bottom: 200px; top: 300px;
right: 170px; right: 170px;
z-index: 1; z-index: 1;
display: none; display: none;

View file

@ -50,7 +50,7 @@
.speech-bubble { .speech-bubble {
position: absolute; position: absolute;
bottom: 200px; top: 100px;
right: 170px; right: 170px;
z-index: 1; z-index: 1;
display: flex; display: flex;