diff --git a/website/agb/src/app/crash/debug.tsx b/website/agb/src/app/crash/debug.tsx index 27366b2d..4e33ce98 100644 --- a/website/agb/src/app/crash/debug.tsx +++ b/website/agb/src/app/crash/debug.tsx @@ -4,10 +4,6 @@ import { useMemo, useState } from "react"; const BacktraceListWrapper = styled.div` font-size: 1rem; - position: relative; - width: calc(100vw - 20px); - margin-left: calc(-1 * (100vw - 20px) / 2); - left: 50%; `; const BacktraceList = styled.ol` @@ -54,7 +50,7 @@ function DebugBacktraceDecode({ {backtraceAddresses.map((x, idx) => ( -
  • +