8
0
Просмотр исходного кода

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

Aleksander Nowodzinski 7 лет назад
Родитель
Сommit
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. */
 	display: flex;
 	flex-flow: column nowrap;
-	overflow: hidden;
 }
 ```