[auto] fix credits page to full viewport with no scrollbar

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
main
name 2026-04-11 16:29:35 -07:00
parent acc389a597
commit 11925514b5
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
.root {
min-height: 100vh;
height: 100vh;
overflow: hidden;
display: flex;
align-items: center;
justify-content: center;