mirror of
https://github.com/woodchen-ink/clash-and-dashboard.git
synced 2025-07-18 14:01:56 +08:00
Fix: table header fixed
This commit is contained in:
parent
2a64df2e42
commit
49b88ec874
@ -251,7 +251,7 @@ export default function Connections() {
|
|||||||
{...realColumn.getHeaderProps()}
|
{...realColumn.getHeaderProps()}
|
||||||
className={classnames('connections-th', {
|
className={classnames('connections-th', {
|
||||||
resizing: realColumn.isResizing,
|
resizing: realColumn.isResizing,
|
||||||
fixed: scrollX !== 0 && realColumn.id === Columns.Host
|
fixed: scrollX > 0 && realColumn.id === Columns.Host
|
||||||
})}
|
})}
|
||||||
key={id}>
|
key={id}>
|
||||||
<div {...realColumn.getSortByToggleProps()}>
|
<div {...realColumn.getSortByToggleProps()}>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user