[WV2] Fix controls area width on mobile

This commit is contained in:
Emi Matchu 2025-12-26 22:28:24 -08:00
parent b36b1577b5
commit ba0612b694

View file

@ -372,6 +372,7 @@ body.wardrobe-v2 {
width: 400px; width: 400px;
background: #fff; background: #fff;
padding: 2rem; padding: 2rem;
box-sizing: border-box;
overflow-y: auto; overflow-y: auto;
box-shadow: -2px 0 10px rgba(0, 0, 0, 0.3); box-shadow: -2px 0 10px rgba(0, 0, 0, 0.3);