about summary refs log tree commit diff
diff options
context:
space:
mode:
authorzsloan2019-05-06 17:29:58 -0500
committerzsloan2019-05-06 17:29:58 -0500
commit7c18b532d2c15ca1e7b9fa49358b862f66ffb79c (patch)
treef1adf41a4c4b0da40d67391df03305f3b45440ee
parentbf216de6ecfd22176b05a4e19eedc48fbbddc7f8 (diff)
downloadgenenetwork2-7c18b532d2c15ca1e7b9fa49358b862f66ffb79c.tar.gz
Removed horizontal scroll from twitter field on index page
-rwxr-xr-xwqflask/wqflask/templates/index_page_orig.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/wqflask/wqflask/templates/index_page_orig.html b/wqflask/wqflask/templates/index_page_orig.html
index bfba684a..4b95e7f9 100755
--- a/wqflask/wqflask/templates/index_page_orig.html
+++ b/wqflask/wqflask/templates/index_page_orig.html
@@ -189,7 +189,7 @@
                 <section id="news-section">
                     <div class="page-header">
                         <h1>News</h1>
-                        <div id="tweets" style="height: 300px; overflow: scroll;"></div>
+                        <div id="tweets" style="height: 300px; overflow: scroll; overflow-x: hidden;"></div>
                         <div align="right">
                           <a href="https://twitter.com/GeneNetwork2">more news items...</a>
                         </div>