[auto] fix credits page to full viewport with no scrollbar
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>main
parent
acc389a597
commit
11925514b5
|
|
@ -1,5 +1,6 @@
|
|||
.root {
|
||||
min-height: 100vh;
|
||||
height: 100vh;
|
||||
overflow: hidden;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
|
|
|
|||
Loading…
Reference in New Issue