瀏覽代碼

Adjusted z-index of the html embed widget label.

Aleksander Nowodzinski 5 年之前
父節點
當前提交
ee4a00bcda
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      packages/ckeditor5-html-embed/theme/htmlembed.css

+ 3 - 0
packages/ckeditor5-html-embed/theme/htmlembed.css

@@ -13,6 +13,9 @@
 
 	&::before {
 		position: absolute;
+
+		/* Make sure the content does not cover the label. */
+		z-index: 1;
 	}
 
 	/* ----- Emebed internals --------------------------------------------------------------------- */