Преглед изворни кода

Professional Business: Fixes unclickable toggle issue

Allan Cole пре 6 година
родитељ
комит
32d52141b4
2 измењених фајлова са 9 додато и 0 уклоњено
  1. 4 0
      professional-business/style-editor.css
  2. 5 0
      professional-business/style-editor.scss

+ 4 - 0
professional-business/style-editor.css

@@ -583,6 +583,10 @@ figcaption,
   z-index: 2;
   z-index: 2;
 }
 }
 
 
+.wp-block-media-text .components-resizable-box__handle {
+  z-index: 3;
+}
+
 /** === Table === */
 /** === Table === */
 .wp-block-table td, .wp-block-table th {
 .wp-block-table td, .wp-block-table th {
   border-color: #767676;
   border-color: #767676;

+ 5 - 0
professional-business/style-editor.scss

@@ -598,6 +598,11 @@ figcaption,
 	.editor-inner-blocks {
 	.editor-inner-blocks {
 		z-index: 2;
 		z-index: 2;
 	}
 	}
+
+	// Make sure the box handle is clickable.
+	.components-resizable-box__handle {
+		z-index: 3;
+	}
 }
 }
 
 
 /** === Table === */
 /** === Table === */