Skip to content

Commit

Permalink
Merge pull request #49 from turtlepod/issue/48
Browse files Browse the repository at this point in the history
Editor Toolbar Popup z-index in WP 4.8+ #48
  • Loading branch information
turtlepod authored Aug 13, 2017
2 parents e91ca5b + eaeca62 commit 97f4ec5
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions includes/builder/assets/page-builder.css
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@
height: 100%;
margin: 0;
padding: 0;
z-index: 100050;
z-index: 60050;
background: rgba(0,0,0,0.7);
overflow: hidden;
}
Expand All @@ -442,7 +442,7 @@
max-height: 100%;
border: none;
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
z-index: 100100;
z-index: 60100;
overflow: visible;
background: #fff;
transform: translate(-50%, -50%);
Expand Down Expand Up @@ -556,6 +556,13 @@
}


/* MCE FullScreen
------------------------------------------ */
body.mce-fullscreen .fxb-editor.fxb-modal {
width: 100% !important;
height: 100% !important;
}

/* Media Queries
------------------------------------------ */
/* Add Rows */
Expand Down

0 comments on commit 97f4ec5

Please sign in to comment.