mirror of
https://github.com/anomalyco/opencode.git
synced 2026-07-09 23:08:29 +00:00
fix(ui): respect reduced motion in popovers
This commit is contained in:
parent
c8f4c383cd
commit
2aeeca5243
1 changed files with 6 additions and 0 deletions
|
|
@ -96,3 +96,9 @@
|
|||
transform: scale(0.96);
|
||||
}
|
||||
}
|
||||
|
||||
@media (prefers-reduced-motion: reduce) {
|
||||
[data-component="popover-content"] {
|
||||
animation: none;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue