Skip to content

Commit

Permalink
テスト用コードのz-indexが残っていたのを元の変数にする
Browse files Browse the repository at this point in the history
  • Loading branch information
romot-co authored Nov 22, 2024
1 parent a00bc81 commit e7956f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Sing/SequencerRuler/Presentation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ onUnmounted(() => {
background: var(--scheme-color-inverse-surface);
pointer-events: none;
will-change: transform;
z-index: 10000;
z-index: vars.$z-index-sing-playhead;
}
.sequencer-ruler-measure-number {
Expand Down

0 comments on commit e7956f3

Please sign in to comment.