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
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