diff --git a/app/assets/html/test.html b/app/assets/html/test.html
index 617d9a3..882009d 100644
--- a/app/assets/html/test.html
+++ b/app/assets/html/test.html
@@ -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; }