From 97e710e11aa2a133584d8120000f82fc4a699c58 Mon Sep 17 00:00:00 2001 From: Andrew Date: Wed, 20 Aug 2014 14:18:34 -0600 Subject: [PATCH] scss(popup): remove unneeded attributes --- scss/_popup.scss | 2 -- 1 file changed, 2 deletions(-) diff --git a/scss/_popup.scss b/scss/_popup.scss index e465299159..0c0876899c 100644 --- a/scss/_popup.scss +++ b/scss/_popup.scss @@ -11,7 +11,6 @@ bottom: 0; right: 0; background: rgba(0,0,0,0); - pointer-events: none; @include display-flex(); @include justify-content(center); @@ -43,7 +42,6 @@ width: $popup-width; max-width: 100%; max-height: 90%; - pointer-events: auto; border-radius: $popup-border-radius; background-color: $popup-background-color;