diff --git a/packages/shared-ui/src/components/Controls/ListControl/style.css b/packages/shared-ui/src/components/Controls/ListControl/style.css index 37df351a..10626981 100644 --- a/packages/shared-ui/src/components/Controls/ListControl/style.css +++ b/packages/shared-ui/src/components/Controls/ListControl/style.css @@ -45,6 +45,7 @@ } .select-options { + @apply pointer-events-auto; @apply py-1.5 bg-white rounded-md border shadow-sm; @apply absolute mt-1.5 left-0 w-full z-10 overflow-y-auto; max-height: 200px;