1👍
✅
Instead of layout.margin.top
, you need to define layout.padding.top
as follows:
layout: {
padding: {
top: 20
}
},
Source:stackexchange.com