Fix: Enable scrolling in dashboard

This commit is contained in:
Daijiro Miyazawa 2026-01-25 22:08:50 +09:00
parent 6cc1f5abb8
commit 461cf11bc5
2 changed files with 13397 additions and 1 deletions

13396
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -10,7 +10,7 @@
min-height: calc(100vh - 160px);
margin: -16px;
border-radius: var(--radius-xl);
overflow: hidden;
/* overflow: hidden; */
border: 1px solid var(--border);
background: var(--panel);
}