match drag behavior on waveform playerbar to original

This commit is contained in:
jeffvli
2025-11-18 22:07:27 -08:00
parent 6c785c7ea2
commit dde2e4e780
2 changed files with 209 additions and 11 deletions
@@ -8,3 +8,18 @@
width: 100%;
height: 100%;
}
.tooltip {
display: flex;
align-items: center;
justify-content: center;
max-width: 200px;
padding: var(--theme-spacing-sm) var(--theme-spacing-md);
font-size: var(--theme-font-size-md);
font-weight: 550;
color: var(--theme-colors-surface-foreground);
white-space: nowrap;
pointer-events: none;
background: var(--theme-colors-surface);
box-shadow: 4px 4px 10px 0 rgb(0 0 0 / 20%);
}