mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-30 15:37:36 +01:00
516 RND Console scrolling fix (#28868)
* 516 RND Console * deconflict * merge master
This commit is contained in:
@@ -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
Reference in New Issue
Block a user