diff options
author | zsloan | 2020-12-03 13:43:53 -0600 |
---|---|---|
committer | zsloan | 2020-12-03 13:43:53 -0600 |
commit | 3147f1eec3aee3b7844a3ac88cd58fafe53207b3 (patch) | |
tree | b2a5989ea7dab0e0dc9b53a0ae21306af343cf42 | |
parent | 1e7a2082a84e260b61349a77de4e8b936fae0123 (diff) | |
download | genenetwork2-3147f1eec3aee3b7844a3ac88cd58fafe53207b3.tar.gz |
Increased correlation table vertical height to 100vh
-rw-r--r-- | wqflask/wqflask/templates/correlation_page.html | 2 |
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 } |