From eaeca62fc9acb20380f09a81d8ada794715959cf Mon Sep 17 00:00:00 2001 From: David Date: Sun, 13 Aug 2017 11:06:11 +0700 Subject: [PATCH] Editor Toolbar Popup z-index in WP 4.8+ #48 --- includes/builder/assets/page-builder.css | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/includes/builder/assets/page-builder.css b/includes/builder/assets/page-builder.css index c7b1058..cf61451 100644 --- a/includes/builder/assets/page-builder.css +++ b/includes/builder/assets/page-builder.css @@ -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; } @@ -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%); @@ -556,6 +556,13 @@ } +/* MCE FullScreen +------------------------------------------ */ +body.mce-fullscreen .fxb-editor.fxb-modal { + width: 100% !important; + height: 100% !important; +} + /* Media Queries ------------------------------------------ */ /* Add Rows */