Hello
On my .scss file I added .scroll-x > .scroll-content{ padding:0; } to not to have padding. but it won’t applied with horizontal line like as belows
How can I applied padding :0 to class div scroll-x, > scroll-content
Try this
[padding] .scroll-content { padding: 0px !important; }