From e5f6925f7b230183f466bc85012899237fb53bfd Mon Sep 17 00:00:00 2001 From: firelemons Date: Mon, 13 Nov 2023 04:16:36 -0600 Subject: [PATCH] reduce the chance of notifier component blocking elements on the page --- app/assets/stylesheets/shared/notifier.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/shared/notifier.scss b/app/assets/stylesheets/shared/notifier.scss index a48a00f9ce..f10eed8a67 100644 --- a/app/assets/stylesheets/shared/notifier.scss +++ b/app/assets/stylesheets/shared/notifier.scss @@ -14,6 +14,7 @@ flex-direction: column; font-weight: 900; max-height: 100vh; + max-width: 40%; overflow-y: auto; position: fixed; right: 2em; @@ -38,7 +39,6 @@ .messages { margin-bottom: 0; - max-width: 40%; padding: 0; div {