## Description <!-- Add here a few sentences describing the bug. --> ## How to reproduce <!-- A list of steps to reproduce the bug --> - use this config ``` { "name": "Widgets", "cfg": { "cols": { "md": 48, "xxs": 1 }, "rowHeight": 10, "defaults": { "initialSize": { "h": 8, "w": 8 } } } } ``` - open a map with some widgets in single widget layout (resize window until it triggers) *Expected Result* <!-- Describe here the expected result --> to see widgets panel correctly *Current Result* <!-- Describe here the current behavior --> it goes very below and the widget is not fully visible, partially hidden this is due to the fact that rowHeight from configuration affect the baseHeight here https://github.com/geosolutions-it/MapStore2/blob/master/web/client/plugins/Widgets.jsx#L146-L148 - [x] Not browser related <details><summary> <b>Browser info</b> </summary> <!-- If browser related, please compile the following table --> <!-- If your browser is not in the list please add a new row to the table with the version --> (use this site: <a href="https://www.whatsmybrowser.org/">https://www.whatsmybrowser.org/</a> for non expert users) | Browser Affected | Version | |---|---| |Internet Explorer| | |Edge| | |Chrome| | |Firefox| | |Safari| | </details> ## Other useful information <!-- error stack trace, screenshot, videos, or link to repository code are welcome -->
Description
How to reproduce
Expected Result
to see widgets panel correctly
Current Result
it goes very below and the widget is not fully visible, partially hidden
this is due to the fact that rowHeight from configuration affect the baseHeight here
https://github.com/geosolutions-it/MapStore2/blob/master/web/client/plugins/Widgets.jsx#L146-L148
Browser info
(use this site: https://www.whatsmybrowser.org/ for non expert users)Other useful information