From 45440c78285412c3e85d63df8596f96d13c2dad9 Mon Sep 17 00:00:00 2001 From: Mac Siri Date: Thu, 5 Mar 2020 13:11:02 -0500 Subject: [PATCH] Fix notification cannot be clicked in notifications page (#6439) [deploy] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Avoid load more wrapper blocking clicks The /notifications page shows a .load-more-wrapper element that is blocking the .articles-list because their z-index set to auto. Setting .articles-list‘s z-index to 5 (align with its sibling .side-bar) and .load-more-wrapper‘s z-index to 0. * Update app/assets/stylesheets/notifications.scss Co-Authored-By: ludwiczakpawel * Update app/assets/stylesheets/notifications.scss Co-Authored-By: ludwiczakpawel Co-authored-by: ludwiczakpawel --- app/assets/stylesheets/notifications.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/assets/stylesheets/notifications.scss b/app/assets/stylesheets/notifications.scss index 46acf456d..a10a1f137 100644 --- a/app/assets/stylesheets/notifications.scss +++ b/app/assets/stylesheets/notifications.scss @@ -415,6 +415,8 @@ } .load-more-wrapper { + clear: both; + @include load-more; button {