yeeeikes fix raw packet feed sorry

This commit is contained in:
Jack Kingsman
2026-03-08 17:38:20 -07:00
parent 2732506f3c
commit 9673b25ab3
2 changed files with 4 additions and 7 deletions
+2 -5
View File
@@ -694,10 +694,7 @@ export function App() {
</SheetContent>
</Sheet>
<main
id="main-content"
className="flex-1 flex flex-col bg-background min-w-0 min-h-0 overflow-hidden"
>
<main id="main-content" className="flex-1 flex flex-col bg-background min-w-0">
<div
className={cn(
'flex-1 flex flex-col min-h-0',
@@ -737,7 +734,7 @@ export function App() {
<h2 className="flex justify-between items-center px-4 py-2.5 border-b border-border font-semibold text-base">
Raw Packet Feed
</h2>
<div className="flex-1 min-h-0 overflow-hidden relative">
<div className="flex-1 overflow-hidden">
<RawPacketList packets={rawPackets} />
</div>
</>