Fix setting Autocomplete Menu min-width

This commit is contained in:
varjolintu 2024-07-08 09:13:44 +03:00
parent f8a00bafbf
commit 523c920557

View file

@ -8,7 +8,7 @@
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
font-size: 14px;
line-height: 1em;
min-width: 16rem;
min-width: 16em;
overflow: hidden; /* Prevent the content from bleeding over the border radius. */
padding: 6px;
position: absolute !important;