I need to remove the black line that appears as I hover over the video

Hi I’m using the custom Ella theme and need help with removing the black line that appears as I hover over the video section. As soon as I move away from it, the line disappears.

Hi @SIVA2020 ,

Would you mind to share your URL website? with password if its protected. Thanks!

Here is the preview link: https://73vv94svsnqdv7hy-26608304175.shopifypreview.com

Hi @SIVA2020 ,

Go to Themes → Edit Code → Find the file component-loading-banner.css
At line 92 in file please edit:

overflow-y: auto;

to:

overflow-y: hidden;

Good luck!

That works great! Thanks!