diff --git a/src/App/Timelines.css b/src/App/Timelines.css
index ef83bcd21561bc88face8fc152d4550e4becb725..cfcd4b11d11021362271a53aa6692cf4183f6a32 100644
--- a/src/App/Timelines.css
+++ b/src/App/Timelines.css
@@ -7,10 +7,11 @@
   white-space: nowrap;
   min-height: 700px;
   width: 75vw; 
-  overflow-x: auto;
-  overflow-y: hidden;
+  overflow-x: hidden !important;
+  max-width: inherit !important;
+  overflow-y: hidden !important;
+  width: 100%;
   background-color: inherit; 
-  font-size: 1rem; 
   /* align items center */
   align-items: center !important;
   /* row */