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;