Disable pinch-to-zoom on stream image in dashboard

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Julian Vollmer 2026-05-27 17:34:29 +02:00
parent 00cf83b04e
commit 51045ad56d
1 changed files with 2 additions and 0 deletions

View File

@ -48,6 +48,8 @@
width: 100%; width: 100%;
height: 100%; height: 100%;
object-fit: cover; object-fit: cover;
touch-action: none;
user-select: none;
} }
.stream-box .no-cam { .stream-box .no-cam {