fix scrollbar in step detail
frdel committed
Feb 9, 2026 at 13:13 UTC
3943042a459c7d012df47bd4626aab6a2f860ade
1 file changed
+2
-2
webui/components/messages/process-group/process-group.css
+2
-2
@@ -505,6 +505,8 @@
505
overflow: hidden;
506
margin-top: var(--spacing-xs);
507
max-width: 100%;
508
+ padding-left: 17px;
509
+ padding-right: 1em;
510
}
511
512
.process-step.expanded > .process-step-detail > .process-step-detail-scroll {
@@ -518,8 +520,6 @@
520
scrollbar-width: thin;
521
-ms-overflow-style: thin;
522
scrollbar-color: rgba(255, 255, 255, 0.2) transparent;
521
- padding-left: 17px;
522
- padding-right: 1em;
523
/* overscroll-behavior: contain; */
524
}
525