Dashboards: Fix small drop target for importing dashboards (#72170)
file gets uploaded even on the periphery side of the dropzone
This commit is contained in:
@@ -311,6 +311,8 @@ function getStyles(theme: GrafanaTheme2, isDragActive?: boolean) {
|
||||
justifyContent: 'center',
|
||||
}),
|
||||
dropzone: css({
|
||||
height: '100%',
|
||||
width: '100%',
|
||||
display: 'flex',
|
||||
flexDirection: 'column',
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user