Skip to content

Commit 220aecd

Browse files
committed
When using setRows() scrolling doesni't work
This is due to a miss calculation
1 parent 6335675 commit 220aecd

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

composer.json

+5
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@
1717
"email": "[email protected]",
1818
"role": "Developer"
1919
},
20+
{
21+
"name": "Lee Bradley",
22+
"email": "[email protected]",
23+
"role": "Developer"
24+
},
2025
{
2126
"name": "Nivanka Fonseka",
2227
"email": "[email protected]",

css/MarkdownEditor.css

+4-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
.markdowneditor .CodeMirror {
1313
background: #FFFFFF;
1414
}
15+
.markdowneditor .CodeMirror-scroll {
16+
min-height: 0;
17+
}
1518

1619
.markdowneditor .editor-toolbar .fa.h1:after {
1720
content: "1";
@@ -109,4 +112,4 @@ DEPRECATED
109112

110113
.markdowneditorfield-dialog #TargetBlank {
111114
display: none;
112-
}
115+
}

0 commit comments

Comments
 (0)