@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.
@@ -70702,7 +70702,7 @@ var StyledDropdown$7 = /*#__PURE__*/styled(Dropdown).withConfig({
70702
70702
  var Content$4 = /*#__PURE__*/styled.div.withConfig({
70703
70703
  displayName: "ScrollableContent__Content",
70704
70704
  componentId: "sc-xhh2um-7"
70705
- })(["display:flex;flex-direction:column;gap:0.5rem;flex:1;padding:1rem;max-height:", ";overflow-y:auto;overflow-x:hidden;&.grid{display:grid;grid-template-columns:repeat( ", ",minmax(0,1fr) );gap:1rem;align-items:start;.ScrollableContent-item{display:flex;align-items:flex-start;}}&.list{display:flex;flex-direction:column;gap:0.5rem;}"], function (props) {
70705
+ })(["display:flex;flex-direction:column;gap:0.5rem;flex:1;padding:1rem;max-height:", ";overflow-y:auto;overflow-x:hidden;scrollbar-gutter:stable;&.grid{display:grid;grid-template-columns:repeat( ", ",minmax(0,1fr) );gap:1rem;align-items:start;.ScrollableContent-item{display:flex;align-items:flex-start;}}&.list{display:flex;flex-direction:column;gap:0.5rem;}"], function (props) {
70706
70706
  return props.$maxHeight;
70707
70707
  }, function (props) {
70708
70708
  return props.$gridColumns;