chore: minor fixes

This commit is contained in:
2024-05-30 15:49:20 +02:00
parent af579f2cba
commit 8b8d69132d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -221,12 +221,12 @@ label.g-checkbox {
[data-tooltip]:hover::after,
[data-tooltip]:focus::after {
position: absolute;
transform: translateX(10px);
content: attr(data-tooltip);
color: white;
background: black;
padding: 0.5em;
margin: 0.25em;
max-width: 300px;
z-index: 100;
}