Skip to content

Commit 97e710e

Browse files
committed
scss(popup): remove unneeded attributes
1 parent ce5807a commit 97e710e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

scss/_popup.scss

-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
bottom: 0;
1212
right: 0;
1313
background: rgba(0,0,0,0);
14-
pointer-events: none;
1514

1615
@include display-flex();
1716
@include justify-content(center);
@@ -43,7 +42,6 @@
4342
width: $popup-width;
4443
max-width: 100%;
4544
max-height: 90%;
46-
pointer-events: auto;
4745

4846
border-radius: $popup-border-radius;
4947
background-color: $popup-background-color;

0 commit comments

Comments
 (0)