From 9c0e3dcadb691e9977bb7bcc28864459cc7eb71f Mon Sep 17 00:00:00 2001 From: Liliana Sanfilippo <lsanfilippo@techfak.uni-bielefeld.de> Date: Thu, 21 Nov 2024 17:31:48 +0100 Subject: [PATCH] =?UTF-8?q?timeline=20overflow=20tats=C3=A4chlich=20gefixt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App/Timelines.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App/Timelines.css b/src/App/Timelines.css index cfcd4b11..fe6400a9 100644 --- a/src/App/Timelines.css +++ b/src/App/Timelines.css @@ -7,7 +7,7 @@ white-space: nowrap; min-height: 700px; width: 75vw; - overflow-x: hidden !important; + overflow-x: auto !important; max-width: inherit !important; overflow-y: hidden !important; width: 100%; -- GitLab