pointer-events: none;
position: absolute;
right: 0;
- transition: opacity .12s linear;
+ transition: opacity 0.12s linear;
}
-
+
&::after {
- background-image: linear-gradient(to bottom, transparent, $wcfContentBackground);
+ background-image: linear-gradient(to bottom, transparentize($wcfContentBackground, 100%), $wcfContentBackground);
bottom: 0;
}
&.overflowBottom::after {
opacity: 1;
}
-
+
&::before {
- background-image: linear-gradient(to top, transparent, $wcfContentBackground);
+ background-image: linear-gradient(to top, transparentize($wcfContentBackground, 100%), $wcfContentBackground);
top: 0;
}
&.overflowTop::before {