Skip to content

Instantly share code, notes, and snippets.

@mrkaluzny
Created September 22, 2023 07:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mrkaluzny/b3f0de438cee57b717a2256e35cd7c71 to your computer and use it in GitHub Desktop.
Save mrkaluzny/b3f0de438cee57b717a2256e35cd7c71 to your computer and use it in GitHub Desktop.
Keen Slider CLS Fix
.keen-slider__slide {
min-width: calc(100% + 0px);
max-width: calc(100% + 0px);
transform: translate3d(0, 0, 0);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment