UI: Increase height of footer pop-over

This commit is contained in:
Pablo Vazquez 2022-07-05 19:54:20 +02:00
parent 337948d02a
commit 2e8dadc479
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ const tabOptions = {
headerVisible: false,
layout: "fitDataStretch",
resizableColumnFit: true,
height: "calc(20vh - 3rem)", // Must be set in order for the virtual DOM to function correctly.
height: "calc(25vh - 3rem)", // Must be set in order for the virtual DOM to function correctly.
data: notifs.history,
placeholder: "Notification history will appear here",
selectable: false,

View File

@ -21,7 +21,7 @@ const tabOptions = {
headerVisible: false,
layout: "fitDataStretch",
resizableColumnFit: true,
height: "calc(20vh - 3rem)", // Must be set in order for the virtual DOM to function correctly.
height: "calc(25vh - 3rem)", // Must be set in order for the virtual DOM to function correctly.
data: taskLog.history,
placeholder: "Task log will appear here",
selectable: false,