Fix hover borders & remove scrollbar in assign product dialog (#2124)

* Fix hover borders & remove scrollbar

* Trigger deployment
This commit is contained in:
Michał Droń 2022-07-07 17:30:32 +02:00 committed by GitHub
parent 3ac4ac4c1b
commit 7d3897f75f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,7 +20,7 @@ const useScrollableDialogStyle = makeStyles(
marginTop: theme.spacing(3),
},
topArea: {
overflowY: "hidden",
overflowY: "visible",
marginBottom: theme.spacing(3),
},
scrollArea: {