css how to prevent horizontal scrolling

40

body {
    overflow-x: hidden !important;
}
.container {
    max-width: 100% !important;
    overflow-x: hidden !important;
}

Comments

Submit
0 Comments