Level up your business security with free, on-demand training and certification. Explore 1Password Academy today →
Forum Discussion
Anonymous
4 years agoSafari dropdown overlaps 1Password dropdown
This problem occurs on nearly every site in Safari and has for a long time. I am making time today to describe the problem in hopes you can fix it in an update. As you can see from the screenshot b...
Anonymous
4 years agoIn TP with Cascadea this snippet helps:
body:has(com-1password-button) input[type="password"]::-webkit-textfield-decoration-container {
margin-right: 2em !important;
}
Maybe 1password should inject a similar css?