Fix signin username floating label (#5424)

This commit is contained in:
shamoon 2024-01-16 07:32:07 -08:00 committed by GitHub
parent 58aacd4814
commit 86e380bb1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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