Explorar o código

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

Aleksander Nowodzinski %!s(int64=7) %!d(string=hai) anos
pai
achega
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;
 }
 ```