From 232fadd796087bbcbc4dd080cf12b42bf53b71ce Mon Sep 17 00:00:00 2001 From: AAGaming Date: Fri, 5 Jun 2026 22:29:11 -0400 Subject: fixes for june 2026 beta errorboundary (#916) Co-authored-by: Beebles <102569435+beebls@users.noreply.github.com> --- frontend/src/components/DeckyErrorBoundary.tsx | 1 - 1 file changed, 1 deletion(-) (limited to 'frontend/src/components/DeckyErrorBoundary.tsx') diff --git a/frontend/src/components/DeckyErrorBoundary.tsx b/frontend/src/components/DeckyErrorBoundary.tsx index 29638521..0846d765 100644 --- a/frontend/src/components/DeckyErrorBoundary.tsx +++ b/frontend/src/components/DeckyErrorBoundary.tsx @@ -101,7 +101,6 @@ const DeckyErrorBoundary: FunctionComponent = ({ error, color: #93929e; font-size: 15px; margin: 10px 0px 40px ${vars.rootMarginLeft}; - width: calc(100vw - ${vars.scrollBarwidth} - ${vars.rootMarginLeft}); overflow: visible; } .${classes.root} button, -- cgit v1.2.3