mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-12-07 14:04:10 +03:00
remove extra flex div causing overflow
This commit is contained in:
parent
d76335096a
commit
63b2384d87
@ -604,7 +604,6 @@ export default function SearchDetailDialog({
|
||||
</Description>
|
||||
</Header>
|
||||
|
||||
<div className="flex-1">
|
||||
{!isDesktop && (
|
||||
<div className="flex w-full flex-col justify-center gap-4">
|
||||
<TabsWithActions
|
||||
@ -638,7 +637,6 @@ export default function SearchDetailDialog({
|
||||
setIsPopoverOpen={setIsPopoverOpen}
|
||||
dialogContainer={dialogContainer}
|
||||
/>
|
||||
</div>
|
||||
</Content>
|
||||
</Overlay>
|
||||
</DetailStreamProvider>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user