remove mobile tooltip

This commit is contained in:
Bryan1029384756
2026-02-21 12:46:14 -06:00
parent 5feb3f288d
commit cbda60757c
2 changed files with 5 additions and 38 deletions

View File

@@ -3288,6 +3288,11 @@ body {
MOBILE RESPONSIVE (max-width: 768px)
============================================ */
@media (max-width: 768px) {
/* Hide hover tooltips on mobile (triggered by simulated mouseenter on tap) */
.tooltip {
display: none !important;
}
/* App container: full dynamic viewport, no titlebar gap */
.app-container.is-mobile {
height: 100dvh;