How can I fix the scrollbar error on my website?

hello scrollbar appears on my website. How can I solve this?

miyalingerie.com

Hello , @Kokoscuk

Which scrollbar ? Can you please provide a screenshot ?

Just add this css

body{
    overflow-x: hidden;
}