From 5e46176c4e9cf20377ffa4b8fa8c6ae9a7e68774 Mon Sep 17 00:00:00 2001 From: Mononaut Date: Tue, 18 Jul 2023 10:52:47 +0900 Subject: [PATCH] Fix clock horizontal scroll bug --- frontend/src/app/components/clock/clock.component.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/app/components/clock/clock.component.scss b/frontend/src/app/components/clock/clock.component.scss index 20baf02ee..64929aa38 100644 --- a/frontend/src/app/components/clock/clock.component.scss +++ b/frontend/src/app/components/clock/clock.component.scss @@ -9,6 +9,7 @@ display: flex; flex-direction: column; justify-content: flex-start; + overflow: hidden; --chain-height: 60px; --clock-width: 300px;