Skip to content

Commit

Permalink
fix(pro:table): hovering layout tool trigger shouldn't show resize ha…
Browse files Browse the repository at this point in the history
…ndle (#1838)
  • Loading branch information
sallerli1 committed Jan 29, 2024
1 parent 773fb38 commit ba1b33e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/pro/table/style/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
right: 1px;
top: 1px;
padding: 0 calc(var(--ix-padding-size-sm) - 1px);
z-index: 3;
z-index: 10;
font-size: var(--ix-font-size-icon);
color: var(--ix-table-head-color);
background-color: var(--ix-color-emphasized-container-bg);
Expand Down Expand Up @@ -160,7 +160,7 @@
position: absolute;
top: 0;
left: 0;
z-index: 8;
z-index: 11;
border-right: 2px var(--ix-line-type) var(--ix-color-border);
}
}
Expand Down

0 comments on commit ba1b33e

Please sign in to comment.