CSS Cara mencegah gulir horizontal
html, body {
max-width: 100%;
overflow-x: hidden;
}
Greater Roadrunner
html, body {
max-width: 100%;
overflow-x: hidden;
}
body {
overflow-x: hidden !important;
}
.container {
max-width: 100% !important;
overflow-x: hidden !important;
}