How to fix a mobile view bug on the Venture theme?

Hello,

I have a bug which I cannot resolve in my online shop on the mobile version.

It is running with the Venture theme.

For some reason on the mobile, when you are at the top of the shop, you can scroll to the right and see a black column. Its not nice and its disturbing the whole shop.

Please visit www.octaneandoxygen.com on a mobile to see the issue.

Can someone please help me? I am very frustrated with this issue.

Regards,

Mehdi

Found a solution:

Adding this at the end of the file “theme.scss.liquid”

@media only screen and (max-width: 500px) {
#NotificationSuccess .notification__message span {
    white-space: normal;
}
}