19687: Fixes log panel scrolling behavior in Safari.
[arvados-workbench2.git] / src / views / process-panel / process-log-card.tsx
index 03739699b09c8f15d2b58cf3499ce78d6972f2d6..4890c726f4c73c601f20a526400abfe6f765bd01 100644 (file)
@@ -55,6 +55,7 @@ const styles: StyleRulesCallback<CssRules> = (theme: ArvadosTheme) => ({
     },
     logViewer: {
         height: '100%',
+        overflowY: 'scroll', // Required for MacOS's Safari -- See #19687
     },
     logViewerContainer: {
         height: '100%',