Skip to content

Commit

Permalink
fix: table header zIndex
Browse files Browse the repository at this point in the history
  • Loading branch information
GZTimeWalker committed Aug 9, 2022
1 parent 42bf2e4 commit a4ef9d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions GZCTF/ClientApp/src/utils/ThemeOverride.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ export const useTableStyles = createStyles((theme) => ({
'& thead tr th': {
position: 'sticky',
top: 0,
zIndex: 200,
backgroundColor: theme.colorScheme === 'dark' ? theme.colors.dark[7] : theme.white,
},

Expand Down

0 comments on commit a4ef9d5

Please sign in to comment.