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 */ - } -} -