Fixed sketch and play/pause buttons going off screen when scrolling - #1405
Fixed sketch and play/pause buttons going off screen when scrolling#1405Nebulaics wants to merge 7 commits into
Conversation
|
Hi @Nebulaics just checking in, is this intentionally marked as draft or is it ready for review? When ready for review, you can @ me, doradocodes, or Nwakaego-Ego! Thanks! |
|
@ksen0 Yeah this pr is ready for review. |
|
Hi @Nebulaics , can you explain the intent please, or how you understood the issue? I observe no differences in play/pause button behavior, they are not sticky. Alternatively, if it works for you and not me, please include a video (behavior + inspector ideal) to help debug why there's a difference. Thanks! |
|
Hi @Nebulaics, just following up on @ksen0's question above. Wanted to check if you've had a chance to look into it. Please share if you need any help. Thank you for your work on this so far. |
|
@ksen0 Sorry for the delay, but I looked into the issue and it should be fixed now. |
|
Hi @Nebulaics thanks for the fix! I've tested it locally and the sticky behavior does technically work, however the whole context here is that play/pause should be possible withour scrolling up. Currently, the position of the sticky codeembed conflicts with the top navbar: Screen.Recording.2026-08-14.at.16.42.29.movI think if it's possible to make is float / be sticky not right at the top, but a little lower so it's never in conflict with the mouse. CC @doradocodes does that make sense to you? @Nebulaics Are you available to finish this task? If not, please let us know and we will open it to volunteers to pick up and complete. Thanks for your work on this! |
|
@ksen0 I've adjusted the position of the codeembed so it doesn't conflict with the navbar. |
resolves #1385