Skip to content

Commit e5fee7a

Browse files
vaadin-botpekam
andauthored
fix: remove overflow: hidden from rich-text-editor (#1987) (#2058)
Co-authored-by: Pekka Maanpää <[email protected]>
1 parent 0a13e8b commit e5fee7a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/vaadin-rich-text-editor/src/vaadin-rich-text-editor.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,6 @@ class RichTextEditorElement extends ElementMixin(ThemableMixin(PolymerElement))
126126
display: flex;
127127
flex-direction: column;
128128
box-sizing: border-box;
129-
overflow: hidden;
130129
}
131130
132131
:host([hidden]) {

0 commit comments

Comments
 (0)