Fix for tooltips

This commit is contained in:
ebolam
2022-10-11 14:19:29 -04:00
parent 0c6f0ef51c
commit c3fa3cd8e8

View File

@@ -1891,6 +1891,7 @@ body {
[tooltip]:hover::after { [tooltip]:hover::after {
content: attr(tooltip); content: attr(tooltip);
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
position: fixed; position: fixed;
transition: opacity 0s linear 0.5s; transition: opacity 0s linear 0.5s;