skogsbaer / write-your-python-program

BSD 3-Clause "New" or "Revised" License
1 stars 4 forks source link

Arrows and scrolling do not work #142

Closed skogsbaer closed 1 week ago

skogsbaer commented 3 weeks ago

What still bothers me is the scroll behaviour. The arrows are not part of the scroll container. They adapt to the new position with a significant delay. They also protrude into the lower area. I have attached a video.

https://github.com/user-attachments/assets/dc5a7d0b-8b6e-428f-842c-74d3d88848c4

hannesbraun commented 3 weeks ago

The delay should be reduced with 5b27ab396e2084af8ceebc214fcdbebd2b662498. The protruding happens because they are always placed in the body element. Moving them elsewhere is not officially supported by the library. But I'll see what I can do.