diff --git a/src/containers/Connections/index.tsx b/src/containers/Connections/index.tsx index 71cda8e..db35578 100644 --- a/src/containers/Connections/index.tsx +++ b/src/containers/Connections/index.tsx @@ -282,7 +282,7 @@ export default function Connections() { const classname = classnames( 'connections-block', { center: shouldCenter.has(cell.column.id), completed: row.original.completed }, - { fixed: scrollX !== 0 && cell.column.id === Columns.Host } + { fixed: scrollX > 0 && cell.column.id === Columns.Host } ) return (