@rpg-engine/long-bow 0.8.17 → 0.8.18
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/dist/long-bow.cjs.development.js +1 -1
- package/dist/long-bow.cjs.development.js.map +1 -1
- package/dist/long-bow.cjs.production.min.js +1 -1
- package/dist/long-bow.cjs.production.min.js.map +1 -1
- package/dist/long-bow.esm.js +1 -1
- package/dist/long-bow.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/components/CraftBook/CraftBook.tsx +1 -1
|
@@ -29138,7 +29138,7 @@ var SearchContainer$1 = /*#__PURE__*/styled__default.div.withConfig({
|
|
|
29138
29138
|
var ContentContainer = /*#__PURE__*/styled__default.div.withConfig({
|
|
29139
29139
|
displayName: "CraftBook__ContentContainer",
|
|
29140
29140
|
componentId: "sc-19q95ue-7"
|
|
29141
|
-
})(["flex:1;display:flex;flex-direction:column;padding:16px;padding-right:0;padding-bottom:0;width:100%;position:relative;min-height:
|
|
29141
|
+
})(["flex:1;display:flex;flex-direction:column;padding:16px;padding-right:0;padding-bottom:0;width:100%;position:relative;min-height:250px;overflow:hidden;"]);
|
|
29142
29142
|
var RadioInputScroller = /*#__PURE__*/styled__default.div.withConfig({
|
|
29143
29143
|
displayName: "CraftBook__RadioInputScroller",
|
|
29144
29144
|
componentId: "sc-19q95ue-8"
|