fixed dialog position
This commit is contained in:
parent
024190f943
commit
e2084e5414
6 changed files with 6 additions and 6 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue