overflowY: scroll

pull/1575/head
Rick Carlino 2019-11-15 16:32:08 -06:00
parent 80f20cf7f4
commit 8127f5e529
1 changed files with 1 additions and 1 deletions

View File

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