You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 8, 2026. It is now read-only.
On my small laptop screen, which is roughly ~600px in height, the popup box with the highlighted code is cut off. I'd suggest changing the way the modal is positioned so users on smaller screens can scroll down to view the whole box.
I had to mess around with DevTools to get it working, but this should do the trick.
Remove overflow: hidden; from .page-search .reveal-overlay on line 5749.
I couldn't quite figure out how the body stops scrolling when the popup is open, but I assume that would just be a case of allowing it to have a natural height and auto scroll capability.
This might not be the full solution, but seems to be mostly there.