fix: remove absolute positioning from PlaybackBar to prevent overlap with top-bar buttons

This commit is contained in:
2026-06-09 15:03:18 +08:00
parent 66c7028b32
commit 2748b2c16f

View File

@@ -36,10 +36,6 @@ onMounted(() => updateLabel(props.currentSpeed))
<style scoped>
.playback-bar {
position: absolute;
top: 16px;
left: 16px;
z-index: 20;
display: flex;
gap: 6px;
}