hello scrollbar appears on my website. How can I solve this?
Hello , @Kokoscuk
Which scrollbar ? Can you please provide a screenshot ?
Just add this css
body{
overflow-x: hidden;
}
hello scrollbar appears on my website. How can I solve this?
Hello , @Kokoscuk
Which scrollbar ? Can you please provide a screenshot ?
Just add this css
body{
overflow-x: hidden;
}