diff --git a/packages/ui/src/components/popover.css b/packages/ui/src/components/popover.css index b49542afd9..c88a735354 100644 --- a/packages/ui/src/components/popover.css +++ b/packages/ui/src/components/popover.css @@ -96,3 +96,9 @@ transform: scale(0.96); } } + +@media (prefers-reduced-motion: reduce) { + [data-component="popover-content"] { + animation: none; + } +}