diff options
author | zsloan | 2019-05-06 17:29:58 -0500 |
---|---|---|
committer | zsloan | 2019-05-06 17:29:58 -0500 |
commit | 7c18b532d2c15ca1e7b9fa49358b862f66ffb79c (patch) | |
tree | f1adf41a4c4b0da40d67391df03305f3b45440ee | |
parent | bf216de6ecfd22176b05a4e19eedc48fbbddc7f8 (diff) | |
download | genenetwork2-7c18b532d2c15ca1e7b9fa49358b862f66ffb79c.tar.gz |
Removed horizontal scroll from twitter field on index page
-rwxr-xr-x | wqflask/wqflask/templates/index_page_orig.html | 2 |
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> |