fix textbox deadzome

This commit is contained in:
MathMan05 2025-04-10 14:44:13 -05:00
parent 4af765c16a
commit 93a5bfd392

View file

@ -1266,6 +1266,7 @@ span.instanceStatus {
padding: 0 16px 28px 16px; padding: 0 16px 28px 16px;
} }
#typebox { #typebox {
margin: -10px 0px;
flex-grow: 1; flex-grow: 1;
width: 1px; width: 1px;
margin-left: 0.06in; margin-left: 0.06in;
@ -1274,6 +1275,7 @@ span.instanceStatus {
text-wrap: auto; text-wrap: auto;
overflow-y: auto; overflow-y: auto;
margin-right: 0.03in; margin-right: 0.03in;
padding: 10px 0;
} }
.outerTypeBox { .outerTypeBox {
max-height: 50svh; max-height: 50svh;