diff --git a/team_page.py b/team_page.py
index 79cdb44318114ee5c93453d3ad6235ccfdca5aa1..c5cf55440fa092449b300b57723c330037cf8f4c 100644
--- a/team_page.py
+++ b/team_page.py
@@ -171,7 +171,7 @@ def get_team_page_html(self, team_name, team_data, team_competitions):
         </div>
 
         <h2>Competition History</h2>
-        <div style="overflow: scroll;">
+        <div style="overflow-x: scroll;">
             <table>
                 <tr>
                     <th>Comp</th>
diff --git a/world_ranking_list.py b/world_ranking_list.py
index 01dee6e8783bf1c40540438b0fb69caf15ac140b..4ac1e0f0716f44a3771d0e53a7eda70d9ddf96d6 100644
--- a/world_ranking_list.py
+++ b/world_ranking_list.py
@@ -271,7 +271,7 @@ def get_world_ranking_html(self, sorted_teams):
             </div>
 
             <h2>Current Rankings</h2>
-            <div style="overflow: scroll;">
+            <div style="overflow-x: scroll;">
                 <table>
                     <tr>
                         <th></th>