gridftp: fixed height file list
[qcg-portal.git] / qcg / static / qcg / main.css
index 160a15c..147ed19 100644 (file)
@@ -84,6 +84,12 @@ textarea {
 #filex {
     /* needed for positioning spinner */
     position: relative;
+    height: 100%;
+}
+
+#list {
+    height: calc(100% - 55px);
+    overflow: auto;
 }
 
 #filex input[type=checkbox] {