Merge pull request #3988 from mempool/mononaut/clock-width-fix

Fix clock horizontal scroll bug
This commit is contained in:
softsimon 2023-07-18 11:03:11 +09:00 committed by GitHub
commit 9aba4d4357
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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