Skip to content

Commit

Permalink
file gets uploaded even on the periphery side of the dropzone
Browse files Browse the repository at this point in the history
  • Loading branch information
Kunal Tiwari authored and Kunal Tiwari committed Jul 22, 2023
1 parent f005a37 commit ab095c4
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -311,6 +311,8 @@ function getStyles(theme: GrafanaTheme2, isDragActive?: boolean) {
justifyContent: 'center',
}),
dropzone: css({
height: '100%',
width: '100%',
display: 'flex',
flexDirection: 'column',
}),
Expand Down

0 comments on commit ab095c4

Please sign in to comment.