diff --git a/theme/assets/css/main.css b/theme/assets/css/main.css index b32a81c..beefafb 100644 --- a/theme/assets/css/main.css +++ b/theme/assets/css/main.css @@ -1986,10 +1986,12 @@ p:last-child { margin-bottom: 0; } /* ── 10b. Device Animator ───────────────────────────────────── */ .platform-visual.has-anim { - background: none; - border: none; + background: none !important; + border: none !important; + border-radius: 0; + aspect-ratio: unset; padding: 0; - overflow: hidden; + overflow: visible; position: relative; font-size: inherit; }