mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-12-08 14:25:41 +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>
|
</Description>
|
||||||
</Header>
|
</Header>
|
||||||
|
|
||||||
<div className="flex-1">
|
|
||||||
{!isDesktop && (
|
{!isDesktop && (
|
||||||
<div className="flex w-full flex-col justify-center gap-4">
|
<div className="flex w-full flex-col justify-center gap-4">
|
||||||
<TabsWithActions
|
<TabsWithActions
|
||||||
@ -638,7 +637,6 @@ export default function SearchDetailDialog({
|
|||||||
setIsPopoverOpen={setIsPopoverOpen}
|
setIsPopoverOpen={setIsPopoverOpen}
|
||||||
dialogContainer={dialogContainer}
|
dialogContainer={dialogContainer}
|
||||||
/>
|
/>
|
||||||
</div>
|
|
||||||
</Content>
|
</Content>
|
||||||
</Overlay>
|
</Overlay>
|
||||||
</DetailStreamProvider>
|
</DetailStreamProvider>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user