diff options
Diffstat (limited to 'old-ui/app/config.js')
-rw-r--r-- | old-ui/app/config.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/old-ui/app/config.js b/old-ui/app/config.js index 508770bd4..392a6dba7 100644 --- a/old-ui/app/config.js +++ b/old-ui/app/config.js @@ -31,7 +31,7 @@ ConfigScreen.prototype.render = function () { return ( h('.flex-column.flex-grow', { - style:{ + style: { maxHeight: '585px', overflowY: 'auto', }, |