From f04213af1e3f86483bcd5089eec72910efb2da37 Mon Sep 17 00:00:00 2001 From: csawatzky Date: Wed, 10 Jun 2026 16:42:00 -0600 Subject: [PATCH] full width on desktop scollable on mobile --- src/bin/binSummary/components/binDetails.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/binSummary/components/binDetails.tsx b/src/bin/binSummary/components/binDetails.tsx index fc54bd2..c4abea1 100644 --- a/src/bin/binSummary/components/binDetails.tsx +++ b/src/bin/binSummary/components/binDetails.tsx @@ -73,7 +73,7 @@ export default function BinDetails (props: Props) { onChange={(_, value) => setCurrentTab(value)} indicatorColor="primary" textColor="primary" - variant="scrollable" + variant={isMobile ? "scrollable" : "fullWidth"} scrollButtons="auto" allowScrollButtonsMobile sx={{