mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-03 02:38:23 +00:00
fix(ui): land #31133 cron edit form viewport scrolling (@Sid-Qin)
Landed from contributor PR #31133 by @Sid-Qin. Co-authored-by: Sid-Qin <Sid-Qin@users.noreply.github.com>
This commit is contained in:
@@ -608,6 +608,8 @@
|
||||
.cron-workspace-form {
|
||||
position: sticky;
|
||||
top: 74px;
|
||||
max-height: calc(100vh - 74px - 32px);
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.cron-form {
|
||||
|
||||
Reference in New Issue
Block a user