aboutsummaryrefslogtreecommitdiff
path: root/wqflask
diff options
context:
space:
mode:
authorzsloan2022-04-20 18:34:15 +0000
committerzsloan2022-04-20 18:34:15 +0000
commitc2f620ed1103527a547d3ae69fa10acedea7ab66 (patch)
treee7ec0bc2a45152e173db132a87b845b53d6ca2b9 /wqflask
parent8445d3636681773e8833a52c7a59ae76c52b1380 (diff)
downloadgenenetwork2-c2f620ed1103527a547d3ae69fa10acedea7ab66.tar.gz
Fix issue where mapping figure wasn't horizontally scrolling when the
window is less wide than it
Diffstat (limited to 'wqflask')
-rw-r--r--wqflask/wqflask/templates/mapping_results.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/wqflask/wqflask/templates/mapping_results.html b/wqflask/wqflask/templates/mapping_results.html
index 95b4bfb3..b217ed4a 100644
--- a/wqflask/wqflask/templates/mapping_results.html
+++ b/wqflask/wqflask/templates/mapping_results.html
@@ -190,7 +190,7 @@
</div>
</div>
- <div class="tabbable" style="margin: 10px; float: left;">
+ <div class="tabbable" style="width: 100%; overflow-x: auto; margin: 10px; float: left;">
<ul class="nav nav-tabs">
<li id="gn1_map_tab">
<a href="#gn1_map" data-toggle="tab" aria-expanded="true">GN1 Map</a>
@@ -201,7 +201,7 @@
</li>
{% endif %}
</ul>
- <div class="tab-content" style="overflow-x: auto;">
+ <div class="tab-content">
<div class="tab-pane active" id="gn1_map">
<div class="qtlcharts">
{{ gifmap|safe }}