diff --git a/webui/components/modals/process-step-detail/process-step-detail.html b/webui/components/modals/process-step-detail/process-step-detail.html index 4a162db64..6d6d11ec0 100644 --- a/webui/components/modals/process-step-detail/process-step-detail.html +++ b/webui/components/modals/process-step-detail/process-step-detail.html @@ -276,6 +276,19 @@ word-break: break-word; } + .modal-scroll::-webkit-scrollbar { + scrollbar-width: none; + -ms-overflow-style: none; + } + + .modal-scroll::-webkit-scrollbar-track { + background: transparent; + } + + .modal-scroll::-webkit-scrollbar-thumb { + background: transparent; + } + .modal-body::-webkit-scrollbar, .result-content::-webkit-scrollbar { width: 6px;