Fix clock horizontal scroll bug

This commit is contained in:
Mononaut
2023-07-18 10:52:47 +09:00
parent fa48c6f025
commit 5e46176c4e

View File

@@ -9,6 +9,7 @@
display: flex;
flex-direction: column;
justify-content: flex-start;
overflow: hidden;
--chain-height: 60px;
--clock-width: 300px;