Skip to content

Commit

Permalink
Wires section grow fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AyIong committed Jan 20, 2024
1 parent 1f431da commit b3b6d2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tgui/packages/tgui/interfaces/Wires.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export const Wires = (props, context) => {
<Window.Content>
<Stack fill vertical>
<Stack.Item grow>
<Section fill>
<Section fill scrollable>
<LabeledList>
{wires.map((wire) => (
<LabeledList.Item
Expand Down

0 comments on commit b3b6d2b

Please sign in to comment.