fix: pointer events

This commit is contained in:
Naomi Carrigan 2024-11-28 20:41:06 -08:00
parent f43c8649d7
commit 5adef1b3a9
Signed by: naomi
SSH Key Fingerprint: SHA256:rca1iUI2OhAM6n4FIUaFcZcicmri0jgocqKiTTAfrt8

View File

@ -129,7 +129,7 @@ export const serve = async (bot: ExtendedClient) => {
muted="true" muted="true"
playsinline="true" playsinline="true"
src="https://cdn.nhcarrigan.com/overlay.webm" src="https://cdn.nhcarrigan.com/overlay.webm"
style="pointerEvents: none; position: fixed; top: 0; left: 0; opacity: 0.25;"> style="pointer-events: none; position: fixed; top: 0; left: 0; opacity: 0.25;">
</video> </video>
<script <script
async="true" async="true"