Better windows height & overflow + graflow autoplace at drawing

This commit is contained in:
STEINNI
2026-01-12 14:12:27 +00:00
parent 092ef2f22d
commit ab63b5c8bb
4 changed files with 62 additions and 16 deletions
+4 -2
View File
@@ -13,6 +13,7 @@
display: grid;
grid-gap: 5px;
background:#888;
font-size: 16px;
}
.demooptions{
padding: 2px;
@@ -20,9 +21,10 @@
top: 2px;
left: 2px;
width: 10em;
background: #CCC8;
background: #FFFB;
border-radius: 5px;
text-align: center;
z-index:99;
}
.demooptions button{
text-transform: none;
@@ -33,7 +35,7 @@
overflow: scroll;
}
bz-graflow.compunet{ grid-column: 1 / -1; width: 80vw; height: 40vh; background:black; }
bz-graflow.eic{ grid-column: 1 / -1; width: 80vw; height: 40vh; background: var(--eicui-base-color-grey-10); }
bz-graflow.eic{ grid-column: 1 / -1; width: 80vw; height: 20vh; background: var(--eicui-base-color-grey-10); }
bz-graflow.organi{ width: 40vw; height: 100vh; background:black; }
</style>
<script>