Skip to content

Commit

Permalink
1544: Apply zIndex to draggable component so its always ontop
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruben van Leeuwen committed Dec 3, 2024
1 parent 9814049 commit b588e2a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ export const getWfoTableStyles = ({ theme, isDarkThemeActive }: WfoTheme) => {
borderRadius: theme.border.radius.small,
position: 'absolute',
height: '100%',
zIndex: theme.levels.modal,
'&:hover, &:active': {
backgroundColor: isDarkThemeActive
? theme.colors.mediumShade
Expand Down

0 comments on commit b588e2a

Please sign in to comment.