We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee2ee4a commit 789eb4bCopy full SHA for 789eb4b
1 file changed
src/js/anchor-positioning.js
@@ -7,13 +7,9 @@
7
const anchorPositioningPolyfill = async () => {
8
const { default: polyfill } = await import('@oddbird/css-anchor-positioning/dist/css-anchor-positioning-fn.js')
9
10
- polyfill({
11
- elements: undefined,
12
- excludeInlineStyles: false,
13
- useAnimationFrame: false
14
- })
+ polyfill()
15
}
16
17
-if (!('anchorName' in document.documentElement.style)) {
+if (!('anchorScope' in document.documentElement.style)) {
18
anchorPositioningPolyfill()
19
0 commit comments