Add missing overflow
This commit is contained in:
parent
12f1bb773e
commit
469624c23d
@ -1780,6 +1780,7 @@ fieldset .disabled-field td {
|
||||
|
||||
.CodeMirror-scroll {
|
||||
height: <?php echo ceil($GLOBALS['cfg']['TextareaRows'] * 1.2); ?>em;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.CodeMirror-gutter {
|
||||
|
||||
@ -2123,6 +2123,7 @@ fieldset .disabled-field td {
|
||||
}
|
||||
|
||||
.CodeMirror-scroll {
|
||||
overflow: auto;
|
||||
height: <?php echo ceil($GLOBALS['cfg']['TextareaRows'] * 1.2); ?>em;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user