Skip to content

Commit

Permalink
πŸ’„ fix buttons may be covered by plate error
Browse files Browse the repository at this point in the history
  • Loading branch information
higuaifan committed Mar 2, 2024
1 parent 846561f commit b039a42
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions website/src/components/TimeSelector.vue
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ const sub = (unit:ManipulateType) => {
display: flex;
font-size: 8rem;
line-height: 8rem;
position: absolute;
top:0;
z-index: 999;
.time-divider {
Expand Down

0 comments on commit b039a42

Please sign in to comment.