@rpg-engine/long-bow 0.3.25 → 0.3.26

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.3.25",
3
+ "version": "0.3.26",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "typings": "dist/index.d.ts",
@@ -151,7 +151,7 @@ const TextField = styled.input`
151
151
  `;
152
152
 
153
153
  const MessagesContainer = styled.div`
154
- overflow-x: scroll;
154
+ overflow-y: scroll;
155
155
  height: 70%;
156
156
  margin-bottom: 10px;
157
157
  `;