Category logo image overlaid by text after recent update

I’ve added a line in the css component fix to deal with portrait category images. So the category image CSS component now looks like this:

@supports (--custom: property) {
  body .category-logo.aspect-image {
    max-width: 150px;
    max-height: 300px;
  }
}

This temporarily fixes my issue, although what remains is the wider problem of stylesheets persisting when upgrading using the web UI.

@pmusaraj if you tell me what part of the CSS to inspect to verify this odd behaviour, I’ll report back. I can also offer a login via DM, which you’ve had before.