Disable pinch-to-zoom on stream image in dashboard
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
00cf83b04e
commit
51045ad56d
|
|
@ -48,6 +48,8 @@
|
|||
width: 100%;
|
||||
height: 100%;
|
||||
object-fit: cover;
|
||||
touch-action: none;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
.stream-box .no-cam {
|
||||
|
|
|
|||
Loading…
Reference in New Issue