I use Argon Laravel Frontend Preset. I like it but the scrollbar seems not match in the template itself. The Argon use default scrollbar I think and I didn't like it. I want it to be invisible. I don't how, I did some code but it didn't work.
//_custom.scss
html {
overflow-x: hidden !important;
}
//app.scss
@import 'custom';