mirror of https://github.com/openclaw/openclaw.git
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:
parent
8577d015b2
commit
cefd87f355
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue