scrolly stuff
[mudsync.git] / data / web-static / css / main.css
index fdf39554db04954df849b95dc7dbdcae3b2ac248..43ecd077043d5ae0ea6e99e921baebb3622dc07c 100644 (file)
@@ -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
+}