diff --git a/style.css b/style.css index 1fd4e0d..e36fd9b 100644 --- a/style.css +++ b/style.css @@ -403,7 +403,8 @@ height: 400px; border-left: 2px solid #00ffff; margin-left: 40px; - overflow: hidden; + overflow-x: visible; + overflow-y: hidden; } .timeline-block { @@ -425,7 +426,7 @@ padding: 2px 4px; color: #fff; font-size: 0.7em; - overflow: hidden; + overflow: visible; white-space: nowrap; }