overflowX: none

pull/1575/head
Rick Carlino 2019-11-15 16:43:25 -06:00
parent 8127f5e529
commit 7b8cfe9f4b
1 changed files with 5 additions and 1 deletions

View File

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