Commit 1282b03
committed
fix(styles): use individual transform properties in popover animation
The ds-popover-in keyframe was using the `transform` shorthand which
overrides inline style transforms used for boundary-shift correction,
causing popovers (e.g. sidebar sort menu) to clip off-screen. Switch to
individual `translate` and `scale` properties which compose with
`transform` instead of overriding it.1 parent 12ff78a commit 1282b03
1 file changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
| 66 | + | |
66 | 67 | | |
67 | 68 | | |
68 | 69 | | |
69 | | - | |
| 70 | + | |
| 71 | + | |
70 | 72 | | |
71 | 73 | | |
0 commit comments