@webitel/ui-sdk 3.1.102 → 3.1.103

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webitel/ui-sdk",
3
- "version": "3.1.102",
3
+ "version": "3.1.103",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve-lib": "vue-cli-service serve",
@@ -140,6 +140,7 @@ const unsubscribeTriggers = () => {
140
140
 
141
141
  const { floatingStyles } = useFloating(activator, floating, {
142
142
  placement: props.placement === 'auto' ? null : props.placement,
143
+ strategy: 'fixed',
143
144
  // https://floating-ui.com/docs/middleware
144
145
  middleware: [
145
146
  shift(), offset(8),