@brightspace-ui/core 3.87.1 → 3.87.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -153,7 +153,6 @@ export const dropdownContentStyles = css`
153
153
  max-width: 100%;
154
154
  outline: none;
155
155
  overflow-y: auto;
156
- overscroll-behavior: contain;
157
156
  padding: 1rem;
158
157
  }
159
158
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brightspace-ui/core",
3
- "version": "3.87.1",
3
+ "version": "3.87.2",
4
4
  "description": "A collection of accessible, free, open-source web components for building Brightspace applications",
5
5
  "type": "module",
6
6
  "repository": "https://github.com/BrightspaceUI/core.git",