@rpg-engine/long-bow 0.6.80 → 0.6.81

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rpg-engine/long-bow",
3
- "version": "0.6.80",
3
+ "version": "0.6.81",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "typings": "dist/index.d.ts",
@@ -112,7 +112,7 @@ const StyledDropdown = styled(Dropdown)`
112
112
  `;
113
113
 
114
114
  const ItemComponentScrollWrapper = styled.div`
115
- overflow-y: scroll;
115
+ overflow-y: auto;
116
116
  height: 390px;
117
117
  width: 100%;
118
118
  margin-top: 1rem;