diff --git a/frontend/src/index.css b/frontend/src/index.css index 14c8d5a..2b3fff3 100644 --- a/frontend/src/index.css +++ b/frontend/src/index.css @@ -517,6 +517,13 @@ kbd { padding: 10px 12px; border-radius: 10px; } +.archive-scroll { + width: 100%; + overflow: auto; +} +.archive-table { + min-width: 860px; +} .archive-header { font-weight: 800; color: var(--subtle); @@ -537,6 +544,7 @@ kbd { } .archive-header span:nth-child(3), .archive-row span:nth-child(3) { grid-column: span 2; } + .archive-table { min-width: 100%; } } .scrape-card { diff --git a/frontend/src/pages/ArchivePage.tsx b/frontend/src/pages/ArchivePage.tsx index f960a15..0db2f50 100644 --- a/frontend/src/pages/ArchivePage.tsx +++ b/frontend/src/pages/ArchivePage.tsx @@ -74,27 +74,29 @@ export default function ArchivePage() { )} {items.length > 0 && ( -