diff --git a/src/components/Framer/Typeahead/index.svelte b/src/components/Framer/Typeahead/index.svelte index 89c7cb49..0031124f 100644 --- a/src/components/Framer/Typeahead/index.svelte +++ b/src/components/Framer/Typeahead/index.svelte @@ -275,7 +275,7 @@ position: absolute; top: 100%; left: 0; - width: calc(100% - 2px); + width: 100%; padding: 0; margin: 0; list-style: none;