We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 319a425 commit a22a8bfCopy full SHA for a22a8bf
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "popover-plugin",
3
- "version": "1.0.11",
+ "version": "1.0.12",
4
"description": "A javascript plugin for popover",
5
"scripts": {
6
"start": "webpack --mode development --watch",
src/sass/partials/popover.scss
@@ -18,6 +18,7 @@
18
width: $arrowSize;
19
height: $arrowSize;
20
overflow: hidden;
21
+ pointer-events: none;
22
23
&::before {
24
content: '';
0 commit comments