CEW – "Allow background image to be partially covered by Right-hand list menu" Instance option not workingDescriptionCEW – "Allow background image to be partially covered by Right-hand list menu" Instance option not working and sometimes causing list button to not have transparency.Steps to Reproduce 1. Install Nov 23 Content Publishing or later 2. Navigate to /esc3. Ctrl + click and choose View instance options4. Check the option "Allow background image to be partially covered by Right-hand list menu"5. Save and reload page 6. Observe the background image is not stretched to the whole widget width and there is no transparency. See attached screenshots for more detail.This behavior was mentioned as part of CS7007999WorkaroundTo Restore button trasnparency. remove overflow: hidden; from CSS class .widget-content in CE List Layout widget sp_widget_92ba8300ff8c3110277ba36cf43bf186.xml Should look like this now: .widget-content { flex: 1 0 0; position: relative; .widget-wrapper { height: 100%; &>div { height: 100%; } } }Related Problem: PRB1727527