limit table rows in log window
[plstackapi.git] / planetstack / core / xoslib / static / css / xosAdminDashboard.css
index f4e8191..d94cb39 100644 (file)
     display: none;
 }
 
+#logPanel {
+    overflow-y: auto;
+}
+
 #logTable {
     width: 100%;
 }