Scrollbar on the visual flow tab.

This commit is contained in:
Colin Dawson 2026-03-13 01:19:36 +00:00
parent 1dd188323e
commit 9e4b687432

View File

@ -1,6 +1,11 @@
.visualiser-root {
display: flex;
justify-content: center;
align-items: flex-start;
height: 100%;
min-height: 0;
overflow-y: auto;
overflow-x: hidden;
padding: $spacePadding;
}