From 1a61d7b3cc37af1ab661e3a68a3bcdee14525f1f Mon Sep 17 00:00:00 2001 From: Kiyomichi Kosaka Date: Fri, 20 Jun 2025 07:55:34 +0200 Subject: [PATCH] Allow detail labels to overflow --- style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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; }