mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-16 08:05:22 +03:00
set min width and remove modal to allow scrolling with filters open
This commit is contained in:
parent
cab2d3ba9f
commit
9d6dcc04d3
@ -86,7 +86,7 @@ export function PlatformAwareSheet({
|
||||
}
|
||||
|
||||
return (
|
||||
<Sheet open={open} onOpenChange={onOpenChange}>
|
||||
<Sheet open={open} onOpenChange={onOpenChange} modal={false}>
|
||||
<SheetTrigger asChild className={triggerClassName}>
|
||||
{trigger}
|
||||
</SheetTrigger>
|
||||
|
||||
@ -148,7 +148,7 @@ export default function SearchFilterDialog({
|
||||
trigger={trigger}
|
||||
content={content}
|
||||
contentClassName={cn(
|
||||
"w-auto lg:w-[300px] scrollbar-container h-full overflow-auto px-4",
|
||||
"w-auto lg:min-w-[275px] scrollbar-container h-full overflow-auto px-4",
|
||||
isMobileOnly && "pb-20",
|
||||
)}
|
||||
open={open}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user