X-Git-Url: https://jxself.org/git/?p=mudsync.git;a=blobdiff_plain;f=data%2Fweb-static%2Fcss%2Fmain.css;h=43ecd077043d5ae0ea6e99e921baebb3622dc07c;hp=fdf39554db04954df849b95dc7dbdcae3b2ac248;hb=f19d236c49f1145138e2274d2f5ab3fb1be3e890;hpb=d97fa236de7c359ac318819062131137e3064082 diff --git a/data/web-static/css/main.css b/data/web-static/css/main.css index fdf3955..43ecd07 100644 --- a/data/web-static/css/main.css +++ b/data/web-static/css/main.css @@ -11,19 +11,20 @@ body { margin: 0px; } -#stream-output { +#stream-metabox { flex: 1; min-height: 85vh; max-height: 85vh; background-color: #d5d5d5; padding: 10px; + overflow-y: scroll; } -#input-box { +#input-metabox { flex: 1; min-height: 15vh; max-height: 15vh; background-color: #414141; color: #d5d5d5; padding: 10px; -} \ No newline at end of file +}