Christopher A Willis
Christopher A Willis
+1 to this problem. We have a footer element that is calculated as part of the view port so the dropdown thinks it has plenty of room to expand into....
DIY solution for my own problem was to go fixed mode IE ` menuPortalTarget: document.body, menuPosition: 'fixed', ` then override any of the styles you have configured with ` styles:...
> Are there any solutions for it till now? and why react-select don't fix it So I had to do a bunch of hacking since the fixed solution removes it...