I am facing an issue with the Caps Lock key indication on my login page. When the Caps Lock key is on, a tooltip should be displayed below the password field. However, when the browser's "manage passwords" bubbles are shown, the tooltip gets hidden behind it.
Login Form Caps Lock key On Tooltip Indication
I am looking for a solution using CSS and JavaScript to handle this issue. I want the Caps Lock indicator tooltip to be repositioned to the left side when the browser's "manage passwords" window is detected, ensuring that it remains visible.
I need the solution to work effectively on all browsers, including Google Chrome, Internet Explorer, and Mozilla Firefox.