Skip to content

Commit

Permalink
Merge pull request #18084 from itisAliRH/fix-toolbar-header-zindex
Browse files Browse the repository at this point in the history
Fix toolbar header z-index
  • Loading branch information
dannon authored May 2, 2024
2 parents 4b2d314 + e0fc836 commit 33f77b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/style/scss/overrides.scss
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ table thead.thead-dark tr th[role="columnheader"] {

// show sticky elements behind dropdown-menus
.sticky-top {
z-index: 800;
z-index: 100;
}

// remove margin for labels with for attribute
Expand Down

0 comments on commit 33f77b4

Please sign in to comment.