mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-10 13:15:25 +03:00
Fix scrolling
This commit is contained in:
parent
61142f7be7
commit
a4831d7938
@ -212,8 +212,8 @@ export default function MobileReviewSettingsDrawer({
|
|||||||
);
|
);
|
||||||
} else if (drawerMode == "filter") {
|
} else if (drawerMode == "filter") {
|
||||||
content = (
|
content = (
|
||||||
<div className="w-full flex flex-col">
|
<div className="w-full h-auto overflow-y-auto flex flex-col">
|
||||||
<div className="w-full h-8 relative">
|
<div className="w-full h-8 mb-2 relative">
|
||||||
<div
|
<div
|
||||||
className="absolute left-0 text-selected"
|
className="absolute left-0 text-selected"
|
||||||
onClick={() => setDrawerMode("select")}
|
onClick={() => setDrawerMode("select")}
|
||||||
@ -225,7 +225,7 @@ export default function MobileReviewSettingsDrawer({
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<GeneralFilterContent
|
<GeneralFilterContent
|
||||||
allLabels={allLabels}
|
allLabels={allLabels.concat(allLabels)}
|
||||||
selectedLabels={filter?.labels}
|
selectedLabels={filter?.labels}
|
||||||
currentLabels={currentLabels}
|
currentLabels={currentLabels}
|
||||||
showReviewed={0}
|
showReviewed={0}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user