fix: dropzone height to fill all screen height (#10547)

This commit is contained in:
sadegh
2020-09-30 08:57:41 +03:30
committed by GitHub
parent 1f9abbee4d
commit 799758e54f
2 changed files with 3 additions and 2 deletions

View File

@@ -36,7 +36,7 @@ export class Dropzone extends React.Component {
// Overwrite the default styling from react-dropzone; otherwise it
// won't handle child elements correctly.
const style = {
height: "100%",
flex: "1",
borderWidth: "0",
borderStyle: "dashed",
borderColor: "#fff"