scrollbar fix

3clyp50 committed Jan 27, 2026 at 12:16 UTC 435ab0736843627ad68e9566efec41a241ec0447
1 file changed +13
webui/components/modals/process-step-detail/process-step-detail.html
+13
@@ -276,6 +276,19 @@
276 word-break: break-word;
277 }
278
279 + .modal-scroll::-webkit-scrollbar {
280 + scrollbar-width: none;
281 + -ms-overflow-style: none;
282 + }
283 +
284 + .modal-scroll::-webkit-scrollbar-track {
285 + background: transparent;
286 + }
287 +
288 + .modal-scroll::-webkit-scrollbar-thumb {
289 + background: transparent;
290 + }
291 +
292 .modal-body::-webkit-scrollbar,
293 .result-content::-webkit-scrollbar {
294 width: 6px;