Skip to content

Commit

Permalink
fix(table): removed z-index as it clashes with panel controls
Browse files Browse the repository at this point in the history
  • Loading branch information
QuintonJason committed Sep 8, 2022
1 parent cf8ad09 commit 2b0cf04
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,6 @@ $-table-avatar-width: rem(32px);
// Wrapper div required for responsive tables
.sage-table-wrapper {
position: relative;
z-index: sage-z-index(default, 1);

.sage-panel & {
margin-left: -1 * $-table-cell-padding-panel;
Expand Down

0 comments on commit 2b0cf04

Please sign in to comment.