canvas frame 재수정

This commit is contained in:
김창수 2024-10-11 15:37:57 +09:00
parent 22908e241a
commit 492982a58f

View File

@ -388,8 +388,7 @@
canvas{ canvas{
position: absolute; position: absolute;
top: 0; top: 0;
left: 50%; left: 0;
transform: translateX(-50%);
width: 100%; width: 100%;
height: 100%; height: 100%;
} }