diff --git a/packages/@headlessui-react/CHANGELOG.md b/packages/@headlessui-react/CHANGELOG.md
index 2c1cfd2..84cdbd7 100644
--- a/packages/@headlessui-react/CHANGELOG.md
+++ b/packages/@headlessui-react/CHANGELOG.md
@@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Add ability to render multiple `` components at once (without nesting them) ([#3242](https://github.com/tailwindlabs/headlessui/pull/3242))
+### Fixed
+
+- Keep `` open when clicking scrollbar in `` ([#3249](https://github.com/tailwindlabs/headlessui/pull/3249))
+
## [2.0.4] - 2024-05-25
### Fixed
diff --git a/packages/@headlessui-react/src/components/combobox/combobox.tsx b/packages/@headlessui-react/src/components/combobox/combobox.tsx
index de477fd..7b745a1 100644
--- a/packages/@headlessui-react/src/components/combobox/combobox.tsx
+++ b/packages/@headlessui-react/src/components/combobox/combobox.tsx
@@ -1676,6 +1676,18 @@ function OptionsFn(
actions.setActivationTrigger(ActivationTrigger.Pointer)
})
+ // When clicking inside of the scrollbar, a `click` event will be triggered on
+ // the focusable element _below_ the scrollbar. If you use a ``
+ // inside of a `