If you use #Safari on #macOS & are driven mad by overlapping — and therefore inaccessible — login credentials from #Apple’s #Passwords app & #1Password, I came across a fix: under Safari > Settings > Advanced, add a custom styelsheet to reposition 1Password’s menu. (Save a file containing the code in the screenshot, name it “something.css”, save it somewhere, and select it from the “Style sheet” menu.) I stole this from somewhere, of course (Stack Overflow?). Copy the alt tag to save typing.
For those unfamiliar with CSS, this is super simple and merely repositions the 1Password menu (“op-menu”) 200 pixels above the login form, leaving Apple’s Passwords app’s menu where it is. Change the 200 to something larger if needed, or change “margin-top” to “margin-left”. YMMV, etc. 😎👍