Allow scrolling of grid planting panel

pull/1575/head
Rick Carlino 2019-11-15 16:07:04 -06:00
parent 652b5e1358
commit be854a047b
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ export class RawAddPlant extends React.Component<AddPlantProps, {}> {
panelName={panelName}
panel={Panel.Plants}
title={result.crop.name}
style={{ background: backgroundURL }}
style={{ background: backgroundURL, overflow: "scroll" }}
descriptionElement={descElem} />
</DesignerPanel>;
}