Skip to content

Commit

Permalink
LRAC-0 Remove z-index after update clayui/css and add bg white in the…
Browse files Browse the repository at this point in the history
… rechart tooltips
  • Loading branch information
interaminense authored and brianchandotcom committed Jan 16, 2024
1 parent 886fec8 commit c7f2efc
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,9 @@
}

/**
* TEMP - Remove z-index trick below after
* upgrade @clayui/css version to 3.93
* Css to add bg white in the rechart tooltips
*/

.modal-open .dropdown-menu {
z-index: 9999;
.bb-tooltip-container {
background-color: white;
}

0 comments on commit c7f2efc

Please sign in to comment.