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:
Peter Steinberger
2026-03-02 02:34:43 +00:00
parent 8eac33d4e0
commit 684ac44b71
2 changed files with 3 additions and 0 deletions

View File

@@ -608,6 +608,8 @@
.cron-workspace-form {
position: sticky;
top: 74px;
max-height: calc(100vh - 74px - 32px);
overflow-y: auto;
}
.cron-form {