• The forum software that supports hummy.tv will be upgraded to XenForo 2.3 on Wednesday the 20th of November 2024 starting at 7pm

    There will be some periods where the forum is unavailable, please bear with us. More details can be found in the upgrade thread.

Conflict Banner over toolbar

I think is general and applies to most of the red banner displays
A bit annoying but I have never bothered complaining or looking at the css attributes, the pull down should probably have a higher zindex than the warning box
 
Is there really a conflict that's just not showing?
Confilcts don't show in the banner message on the Schedule pages (they only show up on the EPG programme details pop up if recording the programme would cause a conflict)
 
Add the following line to EXTRA.css (on the 'Commonly edited files' list of Diagnostics->File Editor)
Code:
div.warningbox { z-index: 20 }
 
Is there really a conflict that's just not showing?

Yes there was a conflict highlighted in the schedule.

The banner just looked strange covering up the toolbar.

Add the following line to EXTRA.css (on the 'Commonly edited files' list of Diagnostics->File Editor)
Code:
div.warningbox { z-index: 20 }

That moved it to the background, thank you
 
Back
Top