fix bubblebug
This commit is contained in:
parent
e11013381f
commit
5f7abd2a9a
1 changed files with 3 additions and 2 deletions
|
@ -35,8 +35,9 @@ body {
|
||||||
.text-bubble {
|
.text-bubble {
|
||||||
/* transform: rotate(90deg); */
|
/* transform: rotate(90deg); */
|
||||||
position: relative;
|
position: relative;
|
||||||
left: 658px;
|
margin: auto;
|
||||||
top: -385px;
|
margin-left: 658px;
|
||||||
|
margin-top: -385px;
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue