summary refs log tree commit diff
path: root/src/test/rustdoc-gui/sidebar-mobile-scroll.goml
AgeCommit message (Collapse)AuthorLines
2022-09-11Update tests for new browser-ui-test versionGuillaume Gomez-4/+4
2022-07-05rustdoc: improve scroll locking in the rustdoc mobile sidebarsMichael Howell-0/+31
This commit ports the scroll locking behavior from the source sidebar to the regular sidebar, and also fixes some bad behavior where opening a "mobile" sidebar, and growing the viewport so that the "desktop" mode without scroll locking is activated, could potentially leave the page stuck. This does not affect the behavior on larger screens. Only small ones, where the sidebar covers up the main content.