Skip to content

Commit

Permalink
Merge pull request #11 from Spinoco/bugfix/fix-opower-mouse-events
Browse files Browse the repository at this point in the history
Popover now supports pointer events
  • Loading branch information
mraulim authored Aug 15, 2024
2 parents dfe0732 + 7aed8ec commit 93f5672
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/styles/components/popover.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@

box-shadow: rgba(100, 100, 111, .2) 0 .7rem 2.9rem 0;

pointer-events: all;

@include mobile {
width: calc(100% - 2.5rem);
}
Expand Down

0 comments on commit 93f5672

Please sign in to comment.