Selaa lähdekoodia

Adjusted z-index of the html embed widget label.

Aleksander Nowodzinski 5 vuotta sitten
vanhempi
commit
ee4a00bcda
1 muutettua tiedostoa jossa 3 lisäystä ja 0 poistoa
  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 --------------------------------------------------------------------- */