Skip to content

Commit

Permalink
Merge pull request #1274 from sagely1/AG-1281-obscured-tooltip
Browse files Browse the repository at this point in the history
AG-1281 fixing obscured tooltip
  • Loading branch information
sagely1 authored Jan 10, 2024
2 parents 22471eb + 7b2685f commit b45591b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/styles/components/_dropdown.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ div.p-dropdown {
}

.p-multiselect {
z-index: 1000 !important;
width: 100%;
color: #fff;
position: relative;
Expand Down
1 change: 1 addition & 0 deletions src/styles/components/_table.scss
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@
}

.tooltip.gene-table-tooltip {
z-index: 999 !important;
top: -30px !important;
left: 50% !important;

Expand Down

0 comments on commit b45591b

Please sign in to comment.