Skip to content

Commit

Permalink
Enhance : Design android app page according to new design
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-jagruti-a committed Oct 23, 2023
1 parent 845a897 commit b8bbe57
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ export default {
const windowHeight = window.innerHeight;
const lastSlide = document.querySelector(".main:last-child");
const lastSlidePosition = lastSlide.getBoundingClientRect().top;
var threshold = windowHeight * 0.2;
let threshold = windowHeight * 0.2;
if (this.width < 3840) {
threshold = 56.84375;
}
Expand Down

0 comments on commit b8bbe57

Please sign in to comment.