fix(ui): respect reduced motion in popovers

This commit is contained in:
usrnk1 2026-07-09 16:04:49 +02:00
parent c8f4c383cd
commit 2aeeca5243

View file

@ -96,3 +96,9 @@
transform: scale(0.96);
}
}
@media (prefers-reduced-motion: reduce) {
[data-component="popover-content"] {
animation: none;
}
}