Skip to content

Commit

Permalink
fix style:
Browse files Browse the repository at this point in the history
  • Loading branch information
ilan7empest committed May 1, 2022
1 parent ac927d0 commit a5f616a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/lib/components/PopUpDialog/popUpDialog.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
position: fixed;
top: 0;
left: 0;
z-index: 6;
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
background: $mineshaftTwo;
z-index: 999;

&.custom-position {
width: auto;
Expand Down
2 changes: 1 addition & 1 deletion src/lib/components/Tooltip/tooltip.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
line-height: 1.4;
display: flex;
max-width: 400px;
z-index: 7;
z-index: 999;
}

0 comments on commit a5f616a

Please sign in to comment.