a-digital / cookie-consent-banner

Add a configurable cookie consent banner to the website.
MIT License
11 stars 14 forks source link

Alter z-index of preview in cpanel #44

Closed dr-codswallop closed 7 months ago

dr-codswallop commented 1 year ago

If there's a settings saving error and CC banner position is either bottom/bottom-left, Craft's notification banner is hidden behind CC Banner due to z-indexing.

Worked this out after a little headscratching why my plugin settings weren't being applied front end (see previous issue). Turned out I couldn't see the notification it wasn't saving due to errors.

Crafts cPanel notifications seem to be on z-index 101. CC Banner seems to be z-index 9999

As you're injecting CC markup before Crafts notification, it seems to work if CC Banner is also set to 101