Background Image not showing in style tab for other views

Browser: Brave/Chome
OS: Windows

A simple fresh install to test and I am seeing that when adding a background image to a section for desktop view, that image (including overlays) will not show in the style tab/background to remove said image from other views other than desktop. Am I doing something wrong?

bug-bricks

Hi Malice,
Thanks so much for your report!

Since the image has never been displayed on smaller breakpoints, this is not a bug but a feature request/improvement. I will move the post accordingly.

You can solve this very easily by using the following custom CSS on the corresponding breakpoint:

%root% {
  background-image: none;
}

Best regards,
timmse