Fix the z-index of the tooltip above sidepanel

This commit is contained in:
David Larlet 2023-10-27 13:19:47 -04:00
parent a79e165de1
commit 0c4495e356
No known key found for this signature in database
GPG key ID: 3E2953A359E7E7BD

View file

@ -762,7 +762,7 @@ input:invalid {
color: #eeeeec; color: #eeeeec;
font-size: 0.8em; font-size: 0.8em;
border-radius: 2px; border-radius: 2px;
z-index: 1004; z-index: 1011;
font-weight: normal; font-weight: normal;
max-width: 300px; max-width: 300px;
} }