UI: Increase height of footer pop-over
This commit is contained in:
parent
337948d02a
commit
2e8dadc479
@ -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,
|
||||
|
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user