remove mobile tooltip
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user