aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzsloan2020-12-03 13:43:53 -0600
committerzsloan2020-12-03 13:43:53 -0600
commit3147f1eec3aee3b7844a3ac88cd58fafe53207b3 (patch)
treeb2a5989ea7dab0e0dc9b53a0ae21306af343cf42
parent1e7a2082a84e260b61349a77de4e8b936fae0123 (diff)
downloadgenenetwork2-3147f1eec3aee3b7844a3ac88cd58fafe53207b3.tar.gz
Increased correlation table vertical height to 100vh
-rw-r--r--wqflask/wqflask/templates/correlation_page.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/wqflask/wqflask/templates/correlation_page.html b/wqflask/wqflask/templates/correlation_page.html
index 6419b185..0e623cbb 100644
--- a/wqflask/wqflask/templates/correlation_page.html
+++ b/wqflask/wqflask/templates/correlation_page.html
@@ -557,7 +557,7 @@
"sDom": "itir",
"autoWidth": true,
"bSortClasses": false,
- "scrollY": "50vh",
+ "scrollY": "100vh",
"scroller": true,
"scrollCollapse": true
}