mirror of
https://github.com/seigler/dash-website
synced 2025-07-27 07:16:10 +00:00
[Fit] CTABox: remove unclickable area on edge of slider
This commit is contained in:
parent
24c6353230
commit
25a5a5bd80
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue