Skip to content

Commit

Permalink
fix(web): make landingvideo unselectable
Browse files Browse the repository at this point in the history
  • Loading branch information
ferothefox committed Aug 10, 2023
1 parent 8c5d244 commit cf6aab0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/lib/components/landing/LandingVideo.svelte
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div class="absolute w-screen h-screen beatforge-landing-video-container">
<div class="absolute w-screen h-screen beatforge-landing-video-container pointer-events-none" aria-hidden="true">
<div class="hidden w-screen h-screen shadow select-none beatforge-landing-video-wrapper -z-50 rounded-3xl sm:block">
<video id="player" autoplay muted loop class="object-cover w-screen h-screen -mt-[128px] opacity-20 blur-sm">
<source src="/video/mainpage-video.mp4" type="video/mp4"/>
Expand Down

0 comments on commit cf6aab0

Please sign in to comment.