Skip to content

Commit 2dd877d

Browse files
authored
Fix Column width dragger visible on top of other items (#1814)
1 parent 34a3044 commit 2dd877d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/two-socks-double.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@orchestrator-ui/orchestrator-ui-components': patch
3+
---
4+
5+
1726 Fix column width dragger visible on top of items covering the table header

packages/orchestrator-ui-components/src/components/WfoTable/WfoTable/styles.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ export const getWfoTableStyles = ({ theme, isDarkThemeActive }: WfoTheme) => {
134134
borderRadius: theme.border.radius.small,
135135
position: 'absolute',
136136
height: '100%',
137-
zIndex: theme.levels.modal,
137+
zIndex: theme.levels.menu,
138138
'&:hover, &:active': {
139139
transition: 'background-color 0.15s',
140140
backgroundColor: isDarkThemeActive

0 commit comments

Comments
 (0)