@mptw/skylens-ui 1.4.106 → 1.4.107

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -250,6 +250,7 @@ export default defineComponent({
250
250
  popperInstance = createPopper(selectEl.value, popupComp.value?.$el, {
251
251
  placement: placement.value as Placement,
252
252
  modifiers: [{ name: "eventListeners", enabled: false }],
253
+ strategy: "fixed",
253
254
  });
254
255
  }
255
256
  });
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mptw/skylens-ui",
3
3
  "type": "module",
4
- "version": "1.4.106",
4
+ "version": "1.4.107",
5
5
  "main": "./nuxt.config.ts",
6
6
  "scripts": {
7
7
  "dev": "nuxi dev .playground",