We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
{ "name": "Widgets", "cfg": { "cols": { "md": 48, "xxs": 1 }, "rowHeight": 10, "defaults": { "initialSize": { "h": 8, "w": 8 } } } }
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
The text was updated successfully, but these errors were encountered:
rowheat02
Successfully merging a pull request may close this issue.
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
The text was updated successfully, but these errors were encountered: