Happens when address bar becomes hidden/visible.
The element marked on the DOM explorer is the same element shown on the bottom of the screen (with the "Start Planning" button). After scroll it's actual location is being scrolled up (even though it is in fixed position), but no re-rendering occurs since it is still displayed on the screen in the correct position.
The interesting thing is that the element does not respond to clicks in the displayed area but rather in the DOM calculated area (aka, if you click above the button it works but not when you click on the button itself).
Here is the link the page on our platform that has the issue:
https://in-office.wekudo.com/wellness/category/nutrition/smoothie-bar
Same issue exists also on Airbnb's platform:
2 Answers
Answers 1
The bug seems to be related to hammer.js:
Answers 2
In CSS, please add overflow-y: visible !important;

0 comments:
Post a Comment