Explorar o código

Adjusted z-index of the html embed widget label.

Aleksander Nowodzinski %!s(int64=5) %!d(string=hai) anos
pai
achega
ee4a00bcda
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  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 --------------------------------------------------------------------- */