Explorar el Código

Adjusted z-index of the html embed widget label.

Aleksander Nowodzinski hace 5 años
padre
commit
ee4a00bcda
Se han modificado 1 ficheros con 3 adiciones y 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 --------------------------------------------------------------------- */