Conversation
Changed position to fixed for consistent display during scrolling. This ensures the GitHub corner icon stays visible as users scroll the page
|
Thank you for pointing that out! @getify |
|
I wonder if there's a straightforward CSS way to make the corner icon shrink when scrolling down? |
|
|
https://css-tricks.com/how-to-create-a-shrinking-header-on-scroll-without-javascript/
|
|
Based on CSS-Tricks blog you just shared, it should be possible to fix it using CSS only. |

Changed position to fixed for consistent display during scrolling. This ensures the GitHub corner icon stays visible as users scroll the page