From 51d3277fdec236084eecf3f7d92fd41948b2235d Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Thu, 29 Mar 2018 14:19:33 +0100 Subject: [PATCH] Stop shims from blocking clicks on lower elements https://developer.mozilla.org/en-US/docs/Web/CSS/pointer-events --- app/assets/stylesheets/components/fullscreen-table.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/components/fullscreen-table.scss b/app/assets/stylesheets/components/fullscreen-table.scss index 64d669880..0f387c43c 100644 --- a/app/assets/stylesheets/components/fullscreen-table.scss +++ b/app/assets/stylesheets/components/fullscreen-table.scss @@ -135,6 +135,7 @@ position: relative; z-index: 9; margin-bottom: 30px; + pointer-events: none; & + .table-show-more-link { margin-top: -28px;