Skip to content

Commit

Permalink
Workaround for Issue #61
Browse files Browse the repository at this point in the history
Fixing #61
  • Loading branch information
kazzkiq committed Aug 14, 2017
1 parent b9f9728 commit d4b2e59
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/balloon.less
Expand Up @@ -93,6 +93,11 @@ button[data-balloon] {

[data-balloon] {
position: relative; // alt. absolute or fixed

// Fixing iOS Safari event issue.
// More info at: https://goo.gl/w8JF4W
cursor: pointer;

&:before,
&:after {
.base-effects();
Expand Down
4 changes: 4 additions & 0 deletions src/balloon.scss
Expand Up @@ -84,6 +84,10 @@ button[data-balloon] {
[data-balloon] {
position: relative; // alt. absolute or fixed

// Fixing iOS Safari event issue.
// More info at: https://goo.gl/w8JF4W
cursor: pointer;

&:after {
@include base-effects();

Expand Down

0 comments on commit d4b2e59

Please sign in to comment.