Merge pull request #5280 from tsiegleauq/workflow-manager-scrolling
Enhance workflow matrix for small screens
This commit is contained in:
commit
6f7c6036c2
@ -40,5 +40,9 @@ table {
|
||||
}
|
||||
|
||||
.scrollable-matrix {
|
||||
overflow: auto;
|
||||
overflow-y: scroll;
|
||||
overflow-x: auto;
|
||||
// the most simple solution that requires every other size to be exact.
|
||||
// TODO: if the whole page is absolute again, this will not be required anymore.
|
||||
height: calc(100vh - 128px);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user