Disable pointer events on benchmark featured

This commit is contained in:
Sam Carlton 2020-12-27 11:52:18 -06:00
parent f4f8933065
commit 2fe2460cb0

View file

@ -3,7 +3,7 @@
<div class="flex flex-col items-center text-center space-y-12">
<BgPlayer
:video="video"
class="absolute overflow-hidden w-2x-screen md:w-full"
class="absolute overflow-hidden w-2x-screen md:w-full pointer-events-none"
/>
<a