Skip to content

Commit

Permalink
fix: update display style for popover
Browse files Browse the repository at this point in the history
  • Loading branch information
blackfalcon committed Aug 18, 2020
1 parent 2dba5b7 commit 1f1a5e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
display: none;

&[data-show] {
display: block;
display: inline-block;
z-index: var(--auro-depth-tooltip);
background: var(--auro-color-background-lightest);
background-color: var(--auro-color-background-lightest);
}
}

Expand Down

0 comments on commit 1f1a5e8

Please sign in to comment.