@rpg-engine/long-bow 0.7.40 → 0.7.41

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.7.40",
3
+ "version": "0.7.41",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "typings": "dist/index.d.ts",
@@ -193,6 +193,7 @@ const EquipmentSetContainer = styled.div`
193
193
  flex-wrap: wrap;
194
194
  flex-direction: row;
195
195
  touch-action: none;
196
+ overflow: hidden;
196
197
  `;
197
198
 
198
199
  const EquipmentColumn = styled.div`