tooltip centered
This commit is contained in:
parent
a15b080e51
commit
0d614b1a8f
4 changed files with 1140 additions and 5 deletions
283
docs/app.js
283
docs/app.js
File diff suppressed because one or more lines are too long
137
docs/index.html
137
docs/index.html
File diff suppressed because one or more lines are too long
721
docs/main.css
721
docs/main.css
File diff suppressed because one or more lines are too long
|
|
@ -559,8 +559,8 @@ input[type="radio"] {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
bottom: 130%;
|
bottom: 130%;
|
||||||
left: 25%;
|
left: 50%;
|
||||||
/* margin-left: -115px; */
|
margin-left: -109px;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
transition: opacity 0.3s;
|
transition: opacity 0.3s;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue