I want to apologize for such a question, but how do you resolve height issues in web-panel? Let’s say like that:
Does it mean that developers should work with a fixed height of the iframe in order to prevent such UI behavior? Is it possible to do something else? Please, help.
Additional information:
I’m using basic react-select
:
<Select options={[{
label: 1, value: 1
}, {
label:2, value: 2
}, {
label: 3, value: 3
}]}
menuPortalTarget={document.body}
styles={{ menuPortal: base => ({ ...base, zIndex: 9999 }) }}
/>
Layout settings:
"layout": {
"height": "100%"
},
Kindest regards,
Igor Piskunov
Note:
Right now we’re using fixed div and fixed drop-down size.