Skip to content

Commit

Permalink
Fixing Z-index on ToolTip
Browse files Browse the repository at this point in the history
  • Loading branch information
RohitKandimalla committed Jul 30, 2024
1 parent 4d0b5f2 commit 9e72890
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions react/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@madie/madie-design-system",
"version": "1.2.21",
"version": "1.2.22",
"description": "Shared style guide across the Madie program.",
"main": "dist/index.js",
"homepage": "https://github.com/MeasureAuthoringTool/madie-design-system",
Expand Down
4 changes: 2 additions & 2 deletions react/styles/components/_madie-tooltip.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
margin-bottom: -1px;
position: relative;
overflow: visible;

&:focus {
outline-color: $cyan-50
}
Expand All @@ -24,7 +24,7 @@
}

> .madie-tooltip {
z-index: 1;
z-index: 1000;
border-radius: 4px;
color: #fff;
background: $grey-80;
Expand Down

0 comments on commit 9e72890

Please sign in to comment.