@rpg-engine/long-bow 0.8.174 → 0.8.175

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.8.174",
3
+ "version": "0.8.175",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "typings": "dist/index.d.ts",
@@ -126,6 +126,7 @@ const Content = styled.div<{ $gridColumns: number; $maxHeight: string }>`
126
126
  max-height: ${props => props.$maxHeight};
127
127
  overflow-y: auto;
128
128
  overflow-x: hidden;
129
+ scrollbar-gutter: stable;
129
130
 
130
131
 
131
132
  &.grid {