From 2d913267fdabe1ac8985507e4b4fc8c75a81b7ca Mon Sep 17 00:00:00 2001 From: Christian Bastian <80225746+cdb-boop@users.noreply.github.com> Date: Wed, 24 Jul 2024 17:04:33 -0400 Subject: [PATCH] Disable double-tap zoom on model manager. - Easy to accidentally do when tabs are collapsed. Can still pinch to zoom in and out, and double tap to zoom back out. --- web/model-manager.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web/model-manager.css b/web/model-manager.css index 36f99af..6ca0ee9 100644 --- a/web/model-manager.css +++ b/web/model-manager.css @@ -21,6 +21,8 @@ max-height: unset; max-width: unset; transform: none; + /*disable double-tap zoom on model manager*/ + touch-action: manipulation; } .model-manager .comfy-modal-content {