1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-02 20:35:25 +02:00

fix(ui/input-group): remove z-index [EE-5121] (#8582)

This commit is contained in:
Chaim Lev-Ari 2023-03-05 12:14:08 +02:00 committed by GitHub
parent 60275dd31c
commit d546ff269b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,6 +36,10 @@
border: 1px solid var(--border-input-group-addon-color);
}
.input-group .form-control {
z-index: unset;
}
.text-danger {
color: var(--ui-error-9);
}