diff options
-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> |