Merge pull request #1999 from alphagov/no-click-shim

Stop shims from blocking clicks on lower elements
This commit is contained in:
Chris Hill-Scott
2018-03-29 14:23:16 +01:00
committed by GitHub

View File

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