From 3352c68f5c3cdc47ab856c57e5c21a61d78be5ee Mon Sep 17 00:00:00 2001 From: Jerko Steiner Date: Mon, 11 Nov 2019 22:13:31 -0300 Subject: [PATCH] Disable pointer events on notifications and alerts --- src/scss/_alert.scss | 1 + src/scss/_notification.scss | 1 + 2 files changed, 2 insertions(+) diff --git a/src/scss/_alert.scss b/src/scss/_alert.scss index e34c6df..7767c95 100644 --- a/src/scss/_alert.scss +++ b/src/scss/_alert.scss @@ -9,6 +9,7 @@ top: 0; transition: visibility 100ms ease-in, opacity 100ms ease-in; z-index: 4; + pointer-events: none; span { display: inline-block; diff --git a/src/scss/_notification.scss b/src/scss/_notification.scss index ee22eee..fdf2d47 100644 --- a/src/scss/_notification.scss +++ b/src/scss/_notification.scss @@ -1,4 +1,5 @@ .notifications { + pointer-events: none; font-family: $font-monospace; font-size: 10px; left: 1rem;