Skip to content

Commit

Permalink
fix: stack order in back button
Browse files Browse the repository at this point in the history
  • Loading branch information
benya7 committed Oct 3, 2024
1 parent 734519e commit 7a86725
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions packages/renderer/src/components/releases/videoPlayer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,15 @@
size="small"
icon="fa:fas fa-arrow-left"
class="position-absolute top-0 left-0 mt-2 ml-2"
:style="{ zIndex: 1000 }"
@click="$router.back()"
></v-btn>

<video
ref="videoPlayerRef"
autoplay
class="w-100"
class="w-100 h-100"
:src="propsComponent.videoSource"
width="100%"
height="100%"
:controls="false"
crossorigin="anonymous"
@loadeddata="onLoad"
Expand Down

0 comments on commit 7a86725

Please sign in to comment.