fix: hide drawer completely off-screen on mobile (right: -100vw)

This commit is contained in:
Star 2026-03-05 18:31:55 +08:00
parent 899f27e19f
commit 5aef4302b9

View file

@ -248,7 +248,7 @@
#asset-drawer {
position: fixed;
top: 0;
right: -320px;
right: -100vw;
width: 320px;
max-width: 92vw;
height: 100vh;