Skip to content
This repository has been archived by the owner on Mar 22, 2020. It is now read-only.

Commit

Permalink
Merge pull request #31 from GA-MO/fix-tooltip-hidden-on-ie
Browse files Browse the repository at this point in the history
Fix tooltip hidden on IE
  • Loading branch information
Wikiki committed Sep 4, 2018
2 parents ad9264c + b2476fd commit 599501d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/sass/index.sass
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ $tooltip-background-opacity: 0.9 !default
$tooltip-max-width: 24rem !default

.tooltip
overflow: visible
position: relative
&:hover,
&.is-tooltip-active
Expand Down Expand Up @@ -90,4 +91,4 @@ $tooltip-max-width: 24rem !default
background: rgba($color, $tooltip-background-opacity)
color: $color-invert

@import 'dispatcher'
@import 'dispatcher'

0 comments on commit 599501d

Please sign in to comment.