Zmiana pozycji karty filtrów scenerii; dodano filtrowanie autorów

This commit is contained in:
2022-06-10 01:17:30 +02:00
parent d0e8b5cb51
commit 756ac0b8d9
12 changed files with 279 additions and 163 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ export default defineComponent({
},
handleScroll() {
this.showReturnButton = window.scrollY > window.innerHeight;
this.showReturnButton = window.scrollY > window.innerHeight * 0.35;
}
},