Why is half of my checkout page black on debut theme?

Hi when i test my shop the right side is just black. Have tested different browsers and computers. I am on debut theme.

Hii, @Osnapcap
Kindly share your store URL so,
I can solve it perfectly.
Thank You.

@Osnapcap

Please share store URL!

Thanks!

www.osnapstore.com

please try this code

  1. Go to Online Store->Theme->Edit code

  2. Asset->/checkout.scss.liquid->paste below code at the bottom of the file.

.sidebar::after {background: transparent !important;}

@Osnapcap
paste this code on top of the theme.css file.

.content {
    background-color: white !important;
}
aside.sidebar {
    background-color: white !important;
}

cant find checkout.scss.liquid dosent have it

did this it didnt help :disappointed_face: first it is good then after 1 second it get all black

anyone know whats the problem