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.
This commit is contained in:
@@ -21,6 +21,8 @@
|
|||||||
max-height: unset;
|
max-height: unset;
|
||||||
max-width: unset;
|
max-width: unset;
|
||||||
transform: none;
|
transform: none;
|
||||||
|
/*disable double-tap zoom on model manager*/
|
||||||
|
touch-action: manipulation;
|
||||||
}
|
}
|
||||||
|
|
||||||
.model-manager .comfy-modal-content {
|
.model-manager .comfy-modal-content {
|
||||||
|
|||||||
Reference in New Issue
Block a user