diff options
author | zsloan | 2021-02-08 19:01:44 +0000 |
---|---|---|
committer | zsloan | 2021-02-08 19:01:44 +0000 |
commit | b9323f1a0ac60c95b50d399ba6871b66178c410f (patch) | |
tree | 1d54eb1e43fa431564370ca6ed27c7d16d3de8e6 /wqflask | |
parent | 75d2b4c5d27beddb8f77f4580e656460e3f044c2 (diff) | |
download | genenetwork2-b9323f1a0ac60c95b50d399ba6871b66178c410f.tar.gz |
Added CSS to fix the Scroller issue of a 0 appearing at the bottom of the table
Diffstat (limited to 'wqflask')
-rw-r--r-- | wqflask/wqflask/templates/show_trait.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/wqflask/wqflask/templates/show_trait.html b/wqflask/wqflask/templates/show_trait.html index e0ed2782..09ecb7b6 100644 --- a/wqflask/wqflask/templates/show_trait.html +++ b/wqflask/wqflask/templates/show_trait.html @@ -8,6 +8,7 @@ <link rel="stylesheet" type="text/css" href="{{ url_for('css', filename='d3-tip/d3-tip.css') }}" /> <link rel="stylesheet" type="text/css" href="{{ url_for('css', filename='DataTables/css/jquery.dataTables.css') }}" /> <link rel="stylesheet" type="text/css" href="{{ url_for('css', filename='nouislider/nouislider.min.css') }}" /> + <link rel="stylesheet" type="text/css" href="/static/new/css/trait_list.css" /> <link rel="stylesheet" type="text/css" href="/static/new/css/show_trait.css" /> {% endblock %} |