Skip to content

Commit

Permalink
fix(cdk:popper): update floating-ui to fix position error under scale (
Browse files Browse the repository at this point in the history
  • Loading branch information
sallerli1 committed Dec 15, 2022
1 parent 20f04f4 commit 8aeb214
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cdk/package.json
Expand Up @@ -35,7 +35,7 @@
"sideEffects": false,
"scripts": {},
"dependencies": {
"@floating-ui/dom": "^1.0.4",
"@floating-ui/dom": "^1.0.10",
"lodash-es": "^4.17.0"
},
"devDependencies": {
Expand Down
1 change: 1 addition & 0 deletions packages/components/_private/overlay/style/index.less
Expand Up @@ -65,6 +65,7 @@

&[data-popper-reference-hidden] {
visibility: hidden;
opacity: 0;
pointer-events: none;
}
}

0 comments on commit 8aeb214

Please sign in to comment.