Fixed position issue with tooltips

This commit is contained in:
Lucien Cartier-Tilet 2020-05-26 20:42:18 +02:00
parent b804764e24
commit 94ab71402d
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 1 additions and 2 deletions

View File

@ -523,7 +523,7 @@ h5 {
.tooltiptext {
visibility: hidden;
margin-left: -60px; /* Half the width */
margin-left: -20px;
bottom: 100%;
left: 10%;
padding: 5px 10px;
@ -533,7 +533,6 @@ h5 {
position: absolute;
z-index: 5;
&::after {
content: " ";
position: absolute;