For ".imageFeed svg.zones" apply z-index: 100 (skin.css)

On the Zones page, with the default player = go2rtc, a zone may not display due to the added <video-stream> tag
due to "position: relative"
And zones should always be above all other elements.
Possible fix #4648
This commit is contained in:
IgorA100
2026-02-27 16:54:46 +03:00
committed by GitHub
parent 99986eeed2
commit e53d97bc9f

View File

@@ -1044,6 +1044,9 @@ a.flip {
right: 0;
background: none;
}
.imageFeed svg.zones {
z-index: 100;
}
.colThumbnail img {
border-radius: 4px;
}