diff --git a/src/frontend/src/styles/site.css b/src/frontend/src/styles/site.css index dc0c4b842..c94c9a775 100644 --- a/src/frontend/src/styles/site.css +++ b/src/frontend/src/styles/site.css @@ -345,10 +345,14 @@ starlight-image-zoom-zoomable img { transition: all 0.5s ease-in-out; } -starlight-image-zoom-zoomable img:not(:has(ancestor(details))) { +starlight-image-zoom-zoomable img:not(details *) { box-shadow: var(--sl-shadow-sm); } +.map starlight-image-zoom-zoomable img { + box-shadow: none; +} + .hero * { z-index: 2; }