fix(UI): wrong position of fields resizable area

This commit is contained in:
Fabio Di Stasio 2022-08-19 16:54:56 +02:00
parent 9dc700e13e
commit c90ab0e880
1 changed files with 2 additions and 1 deletions

View File

@ -109,7 +109,8 @@ option:checked {
> div {
padding: 0.1rem 0.2rem;
min-width: fill-available;
/* stylelint-disable-next-line value-no-vendor-prefix */
min-width: -webkit-fill-available;
}
}