Skip to content

Commit

Permalink
πŸ’„ overlapping of two range labels
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidZhang73 committed Nov 17, 2023
1 parent a9fc82b commit 3a916f6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/pages/annotation/KeyframePanel.vue
Original file line number Diff line number Diff line change
Expand Up @@ -459,4 +459,12 @@ const { rangeStyle } = frameIndicator()
.hide-right-marker .q-slider__thumb:last-child .q-slider__pin {
display: none;
}
.q-slider__thumb:nth-child(3) .q-slider__text-container {
transform: translateX(-41%) !important;
}
.q-slider__thumb:last-child .q-slider__text-container {
transform: translateX(41%) !important;
}
</style>

0 comments on commit 3a916f6

Please sign in to comment.