Skip to content

Commit

Permalink
fixes the table header z-index issues
Browse files Browse the repository at this point in the history
  • Loading branch information
AVRahul authored and qiell committed Aug 13, 2019
1 parent 0965f47 commit 3ff80cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion client/app/styles/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1745,7 +1745,7 @@ a {
border-bottom: 1px solid $color-gray-600;
top: 0px;
position: sticky;
z-index: $layer-modal;
z-index: $z-index-table;
background: $color-white;
}

Expand Down
2 changes: 2 additions & 0 deletions client/app/styles/_default-theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ $search-border-width: 1px;

$timeline-height: 55px;

$z-index-table: 1;

/* specific elements */
$body-background-color: $color-purple-25;
$label-background-color: transparentize($color-purple-25, 0.3);
Expand Down

0 comments on commit 3ff80cd

Please sign in to comment.