Use MobilePage for camera group editor (#13710)

* Use MobilePage for camera group editor

* alignment

* clear editing group name
This commit is contained in:
Josh Hawkins
2024-09-12 16:06:56 -05:00
committed by GitHub
parent 644ea7be4a
commit 1f9ba1d625
3 changed files with 114 additions and 51 deletions

View File

@@ -641,7 +641,7 @@ function DetectionReview({
>
{filter?.before == undefined && (
<NewReviewData
className="pointer-events-none absolute left-1/2 z-50 -translate-x-1/2"
className="pointer-events-none absolute left-1/2 z-[49] -translate-x-1/2"
contentRef={contentRef}
reviewItems={currentItems}
itemsToReview={loading ? 0 : itemsToReview}