fix: remove absolute positioning from PlaybackBar to prevent overlap with top-bar buttons
This commit is contained in:
@@ -36,10 +36,6 @@ onMounted(() => updateLabel(props.currentSpeed))
|
|||||||
|
|
||||||
<style scoped>
|
<style scoped>
|
||||||
.playback-bar {
|
.playback-bar {
|
||||||
position: absolute;
|
|
||||||
top: 16px;
|
|
||||||
left: 16px;
|
|
||||||
z-index: 20;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
gap: 6px;
|
gap: 6px;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user