UI: Increase height of footer pop-over
This commit is contained in:
parent
337948d02a
commit
2e8dadc479
@ -32,7 +32,7 @@ const tabOptions = {
|
|||||||
headerVisible: false,
|
headerVisible: false,
|
||||||
layout: "fitDataStretch",
|
layout: "fitDataStretch",
|
||||||
resizableColumnFit: true,
|
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,
|
data: notifs.history,
|
||||||
placeholder: "Notification history will appear here",
|
placeholder: "Notification history will appear here",
|
||||||
selectable: false,
|
selectable: false,
|
||||||
|
@ -21,7 +21,7 @@ const tabOptions = {
|
|||||||
headerVisible: false,
|
headerVisible: false,
|
||||||
layout: "fitDataStretch",
|
layout: "fitDataStretch",
|
||||||
resizableColumnFit: true,
|
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,
|
data: taskLog.history,
|
||||||
placeholder: "Task log will appear here",
|
placeholder: "Task log will appear here",
|
||||||
selectable: false,
|
selectable: false,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user