mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-30 07:28:53 +01:00
Add resizable & scrollable flag to IC assemblies
This commit is contained in:
@@ -22,8 +22,8 @@ export const ICAssembly = (props, context) => {
|
||||
} = data;
|
||||
|
||||
return (
|
||||
<Window width={600} height={380}>
|
||||
<Window.Content>
|
||||
<Window width={600} height={380} resizable>
|
||||
<Window.Content scrollable>
|
||||
<Section title="Status">
|
||||
<LabeledList>
|
||||
<LabeledList.Item label="Space in Assembly">
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user