From fab7a4ac950ab7747b3e349169ff0f2c4a0612ff Mon Sep 17 00:00:00 2001 From: David Itehua Xalamihua Date: Sat, 24 May 2025 12:59:33 -0600 Subject: [PATCH] puff --- templates/z_comps/boton_chat.html | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/templates/z_comps/boton_chat.html b/templates/z_comps/boton_chat.html index a76bccb..25942a0 100644 --- a/templates/z_comps/boton_chat.html +++ b/templates/z_comps/boton_chat.html @@ -23,17 +23,6 @@ cursor: grabbing; } - - .floating-btn { - touch-action: none; /* Evita que el navegador maneje los eventos touch */ -} - -@media (hover: none) { - .floating-btn { - cursor: pointer; /* Cambia el cursor en dispositivos táctiles */ - } -} -