diff --git a/source/css/atoms/form-field.pcss b/source/css/atoms/form-field.pcss index 90c39b42fbb49501820aab53e9d67c5b323e3675..be21a84821675ea4b09b63560433fbcc45926096 100644 --- a/source/css/atoms/form-field.pcss +++ b/source/css/atoms/form-field.pcss @@ -69,7 +69,7 @@ @apply relative flex items-center w-full; &:after { - @apply absolute right-0 text-xl font-bold pr-3 transition duration-200; + @apply absolute right-0 text-xl font-bold pr-3 transition duration-200 pointer-events-none; font-family: 'pirati-ui'; /* chevron down */ content: "\e925";