[Fit] CTABox: remove unclickable area on edge of slider

This commit is contained in:
0xfff 2016-11-02 00:13:55 +01:00
parent 24c6353230
commit 25a5a5bd80

View file

@ -28,6 +28,7 @@
&::before {
content: '';
position: absolute;
pointer-events: none;
z-index: 1;
top: 0;
bottom: 0;
@ -38,6 +39,7 @@
&::after {
content: '';
position: absolute;
pointer-events: none;
z-index: 1;
top: 0;
bottom: 0;