Skip to content

Instantly share code, notes, and snippets.

@robertbiswas
Last active July 13, 2023 18:45
Show Gist options
  • Save robertbiswas/f5e61dae932a408f0aacef21bc00bc27 to your computer and use it in GitHub Desktop.
Save robertbiswas/f5e61dae932a408f0aacef21bc00bc27 to your computer and use it in GitHub Desktop.
Elementor Kit overflow X scroll issue fix CSS
html {
height: 100%;
overflow: hidden;
}
body {
margin: 0;
width: 100vw;
height: 100%;
overflow-y: auto;
overflow-x: hidden;
-webkit-overflow-scrolling: touch;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment