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 d6f024389f

View File

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