diff options
| author | AAGaming <aagaming@riseup.net> | 2026-06-05 22:29:11 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-06-05 22:29:11 -0400 |
| commit | 232fadd796087bbcbc4dd080cf12b42bf53b71ce (patch) | |
| tree | 87296cb78420e61b581039f87bdab1ff5492b8dc /frontend/src/components/DeckyErrorBoundary.tsx | |
| parent | acaf16521993f7e90206337f24e05649688554e4 (diff) | |
| download | decky-loader-3.2.5-pre1.tar.gz decky-loader-3.2.5-pre1.zip | |
fixes for june 2026 beta errorboundary (#916)v3.2.5-pre1
Co-authored-by: Beebles <102569435+beebls@users.noreply.github.com>
Diffstat (limited to 'frontend/src/components/DeckyErrorBoundary.tsx')
| -rw-r--r-- | frontend/src/components/DeckyErrorBoundary.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
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<DeckyErrorBoundaryProps> = ({ error, color: #93929e; font-size: 15px; margin: 10px 0px 40px ${vars.rootMarginLeft}; - width: calc(100vw - ${vars.scrollBarwidth} - ${vars.rootMarginLeft}); overflow: visible; } .${classes.root} button, |
