Fix mobile problems

This commit is contained in:
lukas
2026-04-16 09:27:13 +02:00
parent 2223b2f070
commit afb11cb65f
2 changed files with 10 additions and 0 deletions
+8
View File
@@ -57,3 +57,11 @@
/>
</div>
</div>
<style>
@media (pointer: coarse) {
:global(.lc-tooltip-root) {
display: none !important;
}
}
</style>