Fix clock horizontal scroll bug

This commit is contained in:
Mononaut 2023-07-18 10:52:47 +09:00
parent fa48c6f025
commit 5e46176c4e
No known key found for this signature in database
GPG key ID: A3F058E41374C04E

View file

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