Add pointer events back on video preview widget (#3044)

This commit is contained in:
Christian Byrne
2025-03-14 08:41:48 -07:00
committed by GitHub
parent d1c53a2eb5
commit 412500ea48

View File

@@ -533,6 +533,7 @@ dialog::backdrop {
}
.comfy-img-preview video {
pointer-events: auto;
object-fit: contain;
height: 100%;
width: 100%;