Add Site popup window behind Twenty Eleven header
-
The popup window to add sites goes behind header#branding in the WordPress Twenty Eleven Theme.
Cause in style.css:
#branding {
border-top: 2px solid #bbb;
padding-bottom: 10px;
position: relative;
z-index: 9999;
}Would be nice to set the Updraft
.modal {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1050;
display: none;
overflow: hidden;
-webkit-overflow-scrolling: touch;
outline: 0;
}to a higher z-index in modal.scss.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Add Site popup window behind Twenty Eleven header’ is closed to new replies.