Grow autocomplete helper if screen is too narrow
This commit is contained in:
parent
96531d36e9
commit
544a597392
@ -33,4 +33,8 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 319px) {
|
||||
max-width: calc(100vw - var(--padding-horizontal) * 4);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user