observablehq / feedback

Customer submitted bugs and feature requests
42 stars 3 forks source link

Sticky toolbar prevents scrolling on mobile devices #387

Closed mootari closed 2 years ago

mootari commented 2 years ago

Describe the bug

When a page with a sticky top bar is viewed on mobile devices, it can become almost impossible to scroll down.

When the toolbar detaches it triggers a layout change, becomes attached again and forces a scroll to the top of the page.

mootari commented 2 years ago

The header is no longer sticky on mobile, so I guess this can be considered as "solved". :)