Hello,
I am trying to add a link but the window isn't complete and I am not able to scroll up to see the part where I add the link. I see suggested documents to link to, but not the space where I actually paste the link I want.
Sounds like a CSS overflow issue or a container height problem on your page, which can be super annoying when you're just trying to get things done. Have you checked the z-index and the overflow properties on the parent container? Sometimes a simple overflow-y: auto on the modal wrapper does the trick. I’ve been analyzing the UI components over at https://www.roulette77.co.uk/live recently, and their layout handling for modals is remarkably consistent—might be worth looking at how they structure their flexbox containers if you're still stuck. Hope you get it sorted out soon!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I’ve run into that before — it’s usually a UI issue where the “Add Link” modal doesn’t fit properly on smaller screens or certain browser zoom levels. A few things that usually help:
Resize your browser window or try full-screen mode — sometimes the missing part just appears when there’s more vertical space.
Use the keyboard: pressing Tab repeatedly can often move focus to the hidden input field so you can paste your link even if it’s off-screen.
Zoom out (Ctrl + - on Windows, Cmd + - on Mac) to fit the full modal on the screen.
Try another browser — some browsers handle these popups better than others.
It’s frustrating when the UI hides the fields you need, but one of these usually works. Hope that helps!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks! I had to fix my screen to 80% and then I could see (though my old eyes had a hard time then, lol)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.