scroll bug fix

This commit is contained in:
2026-06-12 23:55:24 -05:00
parent 5af3756e4f
commit efb7ee0c28
2 changed files with 2 additions and 5 deletions

View File

@@ -1,10 +1,11 @@
.screen {
flex: 1;
display: flex;
align-items: center;
align-items: flex-start;
justify-content: center;
background: var(--bg-base);
padding: 40px;
overflow-y: auto;
}
.card {