Comment 10 for bug 1842940

Revision history for this message
Mike Rylander (mrylander) wrote :

Thanks, Jane. The best idea I could come up with was to put the alert divs in a container inside the button container and give that alert container css like:

#no-edit-alert-container {
    z-index: 10;
    position: absolute;
    bottom: -200px;
}

That should make them "float" above the content but not extend the height of the sticky bar at the top.

I'm not in a position to push anywhere for testing this morning, unfortunately. Also, UI design is not my ... strongest skill.

Force-pushed a commit for that back to my branch, with your signoffs included.