Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sa-si-dev committed Oct 22, 2022
1 parent 319a425 commit a22a8bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "popover-plugin",
"version": "1.0.11",
"version": "1.0.12",
"description": "A javascript plugin for popover",
"scripts": {
"start": "webpack --mode development --watch",
Expand Down
1 change: 1 addition & 0 deletions src/sass/partials/popover.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
width: $arrowSize;
height: $arrowSize;
overflow: hidden;
pointer-events: none;

&::before {
content: '';
Expand Down

0 comments on commit a22a8bf

Please sign in to comment.