diff --git a/apps/scandic-web/components/MyPages/Surprises/surprises.module.css b/apps/scandic-web/components/MyPages/Surprises/surprises.module.css index 8ec8d9283..149c3e6a8 100644 --- a/apps/scandic-web/components/MyPages/Surprises/surprises.module.css +++ b/apps/scandic-web/components/MyPages/Surprises/surprises.module.css @@ -34,6 +34,10 @@ } @media screen and (min-width: 768px) and (prefers-reduced-motion) { + /* Quickfix since tsparticles doesn't support reduced motion currently */ + .confetti { + display: none; + } .overlay:before { background-image: url("/_static/img/confetti.svg"); background-repeat: no-repeat;