Stop shims from blocking clicks on lower elements

https://developer.mozilla.org/en-US/docs/Web/CSS/pointer-events
This commit is contained in:
Chris Hill-Scott
2018-03-29 14:19:33 +01:00
committed by GitHub
parent 2ca4aaa83e
commit 51d3277fde

View File

@@ -135,6 +135,7 @@
position: relative;
z-index: 9;
margin-bottom: 30px;
pointer-events: none;
& + .table-show-more-link {
margin-top: -28px;