diff --git a/src/components/ContentArea.tsx b/src/components/ContentArea.tsx index d1db921..9cbda15 100644 --- a/src/components/ContentArea.tsx +++ b/src/components/ContentArea.tsx @@ -121,9 +121,41 @@ export function ContentArea({ borderBottom: "1px solid var(--ss-border-color)", flexShrink: 0, WebkitAppRegion: "drag", + position: "relative", } as React.CSSProperties } > +
+
-