Parcourir la source

Adjusted z-index of the html embed widget label.

Aleksander Nowodzinski il y a 5 ans
Parent
commit
ee4a00bcda
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  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 --------------------------------------------------------------------- */