fix tooltips on mobile

This commit is contained in:
Tom (plebeius.eth)
2025-02-21 17:50:05 +01:00
parent f4627df2a4
commit 356c1406b5
+8 -1
View File
@@ -24,4 +24,11 @@
margin-left: -4px;
bottom: -4px;
left: 50%;
}
}
@media (max-width: 640px) {
.tooltip {
max-width: 80vw;
}
}