Fix hover borders & remove scrollbar in assign product dialog (#2124)
* Fix hover borders & remove scrollbar * Trigger deployment
This commit is contained in:
parent
3ac4ac4c1b
commit
7d3897f75f
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ const useScrollableDialogStyle = makeStyles(
|
||||||
marginTop: theme.spacing(3),
|
marginTop: theme.spacing(3),
|
||||||
},
|
},
|
||||||
topArea: {
|
topArea: {
|
||||||
overflowY: "hidden",
|
overflowY: "visible",
|
||||||
marginBottom: theme.spacing(3),
|
marginBottom: theme.spacing(3),
|
||||||
},
|
},
|
||||||
scrollArea: {
|
scrollArea: {
|
||||||
|
|
Loading…
Reference in a new issue