mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-23 15:57:23 -04:00
Stop shims from blocking clicks on lower elements
https://developer.mozilla.org/en-US/docs/Web/CSS/pointer-events
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user