Преглед изворни кода

Docs: The table dropdown in the document editor snippet should not be cut off (see ckeditor/ckeditor5#1069).

Aleksander Nowodzinski пре 7 година
родитељ
комит
d73e7ca8fa

+ 0 - 1
packages/ckeditor5-editor-decoupled/docs/framework/guides/document-editor.md

@@ -92,7 +92,6 @@ Styles are what the document editor really needs to materialize. Begin with the
 	/* This element is a flex container for easier rendering. */
 	/* This element is a flex container for easier rendering. */
 	display: flex;
 	display: flex;
 	flex-flow: column nowrap;
 	flex-flow: column nowrap;
-	overflow: hidden;
 }
 }
 ```
 ```