layout.scss: fix select chevron position when field has error

This commit is contained in:
Alice Gaudon 2020-07-30 11:14:02 +02:00
parent 95f61333f6
commit 3f3bec85fc
1 changed files with 1 additions and 1 deletions

View File

@ -376,7 +376,7 @@ form {
position: absolute;
pointer-events: none;
right: 8px;
bottom: 8px;
top: 30px;
transition: transform 150ms ease-out;
}