mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 23:50:19 +00:00
bf14de4118
By replacing the `page_did_request_scroll_to()` calls with a request to perform scrolling in the corresponding navigable, we ensure that the scrolling of iframes will scroll within them instead of triggering scroll of top level document.
4 lines
159 B
HTML
4 lines
159 B
HTML
<!DOCTYPE html>
|
|
<body style="border: 1px solid black; width: fit-content">
|
|
<div style="width: 200px; height: 200px; background-color: blue"></div>
|
|
</body>
|