Issue: Page does not scroll when cursor is over editable code block
When hovering over a code block in the documentation, scrolling stops once the editable code block reaches its end. At that point, the main page does not continue scrolling unless the cursor is moved outside the code block.
Expected behavior:
Once the editable code block has been fully scrolled, further scroll input should continue scrolling the entire page without requiring the user to move the cursor away from the code block.
Current behavior:
The page only scrolls again after the cursor is no longer hovering over the code block.
This is a minor UX issue and should be straightforward to fix. Allow me to fix it please
Issue: Page does not scroll when cursor is over editable code block
When hovering over a code block in the documentation, scrolling stops once the editable code block reaches its end. At that point, the main page does not continue scrolling unless the cursor is moved outside the code block.
Expected behavior:
Once the editable code block has been fully scrolled, further scroll input should continue scrolling the entire page without requiring the user to move the cursor away from the code block.
Current behavior:
The page only scrolls again after the cursor is no longer hovering over the code block.
This is a minor UX issue and should be straightforward to fix. Allow me to fix it please