Fix user can not reach all warehouses in dropdown (#4131)
This commit is contained in:
parent
7d48cded75
commit
93befdf345
2 changed files with 7 additions and 0 deletions
5
.changeset/friendly-peas-perform.md
Normal file
5
.changeset/friendly-peas-perform.md
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
"saleor-dashboard": patch
|
||||||
|
---
|
||||||
|
|
||||||
|
Fix user can not reach all warehouses in dropdown
|
|
@ -321,6 +321,8 @@ export const ProductStocks: React.FC<ProductStocksProps> = ({
|
||||||
padding={2}
|
padding={2}
|
||||||
borderRadius={4}
|
borderRadius={4}
|
||||||
boxShadow="overlay"
|
boxShadow="overlay"
|
||||||
|
__maxHeight={400}
|
||||||
|
overflow="auto"
|
||||||
backgroundColor="surfaceNeutralPlain"
|
backgroundColor="surfaceNeutralPlain"
|
||||||
>
|
>
|
||||||
{warehousesToAssign.map(warehouse => (
|
{warehousesToAssign.map(warehouse => (
|
||||||
|
|
Loading…
Reference in a new issue