diff --git a/app/assets/html/test4.html b/app/assets/html/test4.html index 0c0cbd1..ba91824 100644 --- a/app/assets/html/test4.html +++ b/app/assets/html/test4.html @@ -49,6 +49,14 @@ border: 2px solid black; } bz-graflow.icmp{ grid-column: 1 / -1; width: 100vw; height: 80vh; background: var(--eicui-base-color-grey-10); } + .container { + resize: both; + overflow: auto; /* required in practice */ + min-width: 800px; + min-height: 300px; + border: 1px solid #999; + padding: 1rem; + }
-