Enhance workflow matrix for small screens
makes scrolling horizontally in the workflow manager easier. The offline banner and the voting banner will lead to unwanted results.
This commit is contained in:
parent
91be76a263
commit
73fc936306
@ -40,5 +40,9 @@ table {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.scrollable-matrix {
|
.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