516 RND Console scrolling fix (#28868)

* 516 RND Console

* deconflict

* merge master
This commit is contained in:
Contrabang
2025-04-17 19:11:29 +00:00
committed by GitHub
parent 6935d2df5d
commit f94b677c5b
2 changed files with 2 additions and 2 deletions
@@ -13,7 +13,7 @@ export const LatheCategory = (properties, context) => {
const action = lathe ? 'build' : 'imprint';
return (
<Section title={category}>
<Section fill scrollable height={36} title={category}>
<LatheMaterials />
<Table className="RndConsole__LatheCategory__MatchingDesigns">
{matching_designs.map(({ id, name, can_build, materials }) => {
File diff suppressed because one or more lines are too long