From f34231770299d68fb6b3282399fc2a95f80d18f0 Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Mon, 6 Oct 2025 11:58:07 +0200 Subject: [PATCH] timeline.less: Restore responsivness fixes #357 --- public/css/timeline.less | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/css/timeline.less b/public/css/timeline.less index ff156a82..f82ab306 100644 --- a/public/css/timeline.less +++ b/public/css/timeline.less @@ -3,7 +3,7 @@ .timeline { display: flex; flex-direction: column; - overflow: hidden; + overflow-x: hidden; .time-grid { --sidebarWidth: 12em; @@ -13,13 +13,13 @@ position: relative; &:has(.timescale) { - margin-right: 1em; // make midnight timestamp visible + margin-right: 1em; // make midnight timestamp visible } .time-grid-header { box-sizing: border-box; position: sticky; - z-index: 2; // overlap the .clock .time-hand + z-index: 3; // overlap everything top: 0; height: var(--daysHeaderHeight); }