Fix: Enable scrolling on the dashboard config page (#1822)

* Fix: Enable scrolling in dashboard

* Fix: Enable scrolling in dashboard

* Fix: Enable scrolling in dashboard
This commit is contained in:
Daijiro Miyazawa
2026-02-06 08:10:11 +09:00
committed by GitHub
parent 8577d015b2
commit cefd87f355

View File

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