Scrollbar on the visual flow tab.
This commit is contained in:
parent
1dd188323e
commit
9e4b687432
@ -1,6 +1,11 @@
|
|||||||
.visualiser-root {
|
.visualiser-root {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
align-items: flex-start;
|
||||||
|
height: 100%;
|
||||||
|
min-height: 0;
|
||||||
|
overflow-y: auto;
|
||||||
|
overflow-x: hidden;
|
||||||
padding: $spacePadding;
|
padding: $spacePadding;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user