tooltip centered

This commit is contained in:
ReznoRMichael 2021-02-02 19:34:15 +01:00
parent a15b080e51
commit 0d614b1a8f
4 changed files with 1140 additions and 5 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -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;
} }