Skip to content

Commit

Permalink
keep tooltip visible when hovering over content [#159811731]
Browse files Browse the repository at this point in the history
Signed-off-by: Sarah Weinstein <sweinstein@pivotal.io>
  • Loading branch information
reidmit authored and sweinstein22 committed Aug 22, 2018
1 parent 866e301 commit 8777e30
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/css/tooltips/tooltips.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@

&.tooltip-hoverable {
&:after {
content: "";
z-index: -100;
position: absolute;
width: calc(100% + 16px);
height: calc(100% + 16px);
Expand Down

0 comments on commit 8777e30

Please sign in to comment.