diff --git a/src/UnexpectedError.tsx b/src/UnexpectedError.tsx
index 45d8fc0..4177758 100644
--- a/src/UnexpectedError.tsx
+++ b/src/UnexpectedError.tsx
@@ -42,29 +42,6 @@ const UnexpectedError: Component<{ error?: any }> = (props) => {
calc(var(--safe-area-inset-bottom) + 20px)
calc(var(--safe-area-inset-left) + 20px);
}
-
- details {
- max-width: 100vw;
- max-width: 100dvw;
- overflow: auto;
-
- & * {
- user-select: all;
- }
-
-
- summary {
- position: sticky;
- left: 0;
- top: 0;
- user-select: none;
- }
- }
-
- .actions {
- margin-top: 20px;
- margin-bottom: 20px;
- }
`;
return (
@@ -75,11 +52,8 @@ const UnexpectedError: Component<{ error?: any }> = (props) => {
You can restart the app to see if this guy is gone. If you meet this guy
repeatly, please report to us.
-
-