diff --git a/src/components/BottomPanel.tsx b/src/components/BottomPanel.tsx index 1b9525a5..d102f6b1 100644 --- a/src/components/BottomPanel.tsx +++ b/src/components/BottomPanel.tsx @@ -223,7 +223,6 @@ export const BottomPanel = memo(function BottomPanel({ directory }: BottomPanelP maxSize={layout.bottomPanel.maxHeight} onSizeChange={h => layoutStore.setBottomPanelHeight(h)} onClose={() => layoutStore.closeBottomPanel()} - className="pb-[var(--safe-area-inset-bottom)]" > layoutStore.setRightPanelWidth(w)} onClose={() => layoutStore.closeRightPanel()} - className="pb-[var(--safe-area-inset-bottom)]" > (null) const contentRef = useRef(null) const rafRef = useRef(0) @@ -208,7 +207,6 @@ export const ResizablePanel = memo(function ResizablePanel({ ? ({ top: 'calc(var(--safe-area-inset-top, 0px) + var(--desktop-titlebar-height, 0px))', height: 'calc(100% - var(--safe-area-inset-top, 0px) - var(--desktop-titlebar-height, 0px))', - paddingBottom: safeBottomInset, } as React.CSSProperties) : ({} as React.CSSProperties) @@ -242,7 +240,7 @@ export const ResizablePanel = memo(function ResizablePanel({ )} -
+
{children}
@@ -293,7 +291,7 @@ export const ResizablePanel = memo(function ResizablePanel({ {isResizing &&
} -
+
{children}