Fix signin username floating label (#5424)

This commit is contained in:
shamoon 2024-01-16 07:32:07 -08:00 committed by GitHub
parent f46a5a96de
commit 4850cde739

View File

@ -42,6 +42,10 @@ body {
z-index: 100;
}
#inputUsername:focus~label {
z-index: 101;
}
#inputPassword,
#inputPassword2 {
border-top-left-radius: 0;