@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
|
@@ -893,9 +893,7 @@
|
|
|
893
893
|
},
|
|
894
894
|
methods: {
|
|
895
895
|
getDropdownTopScrollYOffset() {
|
|
896
|
-
return this.
|
|
897
|
-
? 0
|
|
898
|
-
: window.scrollY
|
|
896
|
+
return this.isFixedDropdownPosition ? 0 : window.scrollY
|
|
899
897
|
},
|
|
900
898
|
focus() {
|
|
901
899
|
this.isActive = true
|