You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description: I'm building a fixed scrollable list with 60% viewport height.
Problem: When calling disableBodyScroll on the list with a scrollY-Value greater than 0, scrolling to the bottom of the fixed list leads to a gap above the html-tag.
I can't replicate on Firefox v81 on MacOS - seems like a Firefox Mobile bug. Can you use devtools or something to find out what the gap consists of (e.g. is it margin, padding etc)?
Browser: Firefox Mobile 81.1.1
OS: Android 10
Description: I'm building a fixed scrollable list with 60% viewport height.
Problem: When calling
disableBodyScroll
on the list with ascrollY
-Value greater than 0, scrolling to the bottom of the fixed list leads to a gap above thehtml
-tag.Example: https://meowing-wry-mice.glitch.me/ (I included a timeout of 2000ms to be able to scroll before
disableBodyScroll
is called).The text was updated successfully, but these errors were encountered: