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 {
|
||||
/* transform: rotate(90deg); */
|
||||
position: relative;
|
||||
left: 658px;
|
||||
top: -385px;
|
||||
margin: auto;
|
||||
margin-left: 658px;
|
||||
margin-top: -385px;
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue