fix(frontend): stop clipping pages Ref leaves visible

The auction, my page, nation betting and hall of fame roots clipped content that
Ref lets overflow, which shifted their measured document size. The dashboard
reload controls and the diplomacy table frame now follow Ref's Lumen navigation
family and its non-collapsed gray/black frame.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-08-04 07:44:00 +00:00
co-authored by Claude Opus 5
parent 2f4569c057
commit 1f21379964
6 changed files with 23 additions and 7 deletions
@@ -181,9 +181,9 @@ onMounted(loadOptions);
</template>
<style scoped>
/* Ref's document does not clip; the page column stays 500px wide instead. */
:global(body:has(.legacy-hall-page)) {
min-width: 500px;
overflow-x: hidden;
}
.legacy-hall-page {