diff options
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, |
