Fixed issue that caused quick-sort buttons to not be clickable

Fixes #1639
This commit is contained in:
Dan Brown 2019-09-07 13:08:55 +01:00
parent 16d8a667b1
commit 0345ece890
No known key found for this signature in database
GPG Key ID: 46D9F943C24A2EF9

View File

@ -235,6 +235,7 @@
padding: $-m $-xl;
position: relative;
&::before {
pointer-events: none;
content: '';
border-radius: 4px;
opacity: 0.5;