This commit is contained in:
syuilo
2025-03-20 13:16:08 +09:00
parent 161706c5e2
commit 8b6d90b7a4
2 changed files with 41 additions and 35 deletions

View File

@@ -4,7 +4,7 @@ SPDX-License-Identifier: AGPL-3.0-only
-->
<template>
<canvas ref="canvasEl" style="width: 100%; height: 100%; pointer-events: none;"></canvas>
<canvas ref="canvasEl" style="display: block; width: 100%; height: 100%; pointer-events: none;"></canvas>
</template>
<script lang="ts" setup>