@eturnity/eturnity_reusable_components 9.13.3 → 9.13.4

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": "@eturnity/eturnity_reusable_components",
3
- "version": "9.13.3",
3
+ "version": "9.13.4",
4
4
  "files": [
5
5
  "dist",
6
6
  "src"
@@ -893,9 +893,7 @@
893
893
  },
894
894
  methods: {
895
895
  getDropdownTopScrollYOffset() {
896
- return this.shouldUseTeleport || this.isFixedDropdownPosition
897
- ? 0
898
- : window.scrollY
896
+ return this.isFixedDropdownPosition ? 0 : window.scrollY
899
897
  },
900
898
  focus() {
901
899
  this.isActive = true