Skip to content

Commit 3c698c0

Browse files
committed
kup-editor: potential fix to prevent scrolling content even when there is nothing to scroll.
1 parent aedbbbc commit 3c698c0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/ketchup/src/managers/kup-theme/kup-theme-application.scss

+1
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@ kup-editor {
187187
margin: 0px;
188188
padding: 16px 25px 0px 25px;
189189
height: inherit;
190+
min-height: max-content !important; // Fix to prevent scrolling content even when there is nothing to scroll
190191
}
191192

192193
.te-ww-container .tui-editor-contents:last-child {

0 commit comments

Comments
 (0)