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
Background Map Selector gets covered by DrawerMenu when the latter's width is in localConfig.
{ "name": "DrawerMenu", "cfg": { "menuOptions": { "resizable": "true", "docked": true, "width": 200 } } },
Remove width and it works:
{ "name": "DrawerMenu", "cfg": { "menuOptions": { "resizable": "true", "docked": true } } },
Expected Result Background map selector button not visible right of drawer menu
Current Result Background map selector button has to bo visible right of drawer menu
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
Background Map Selector gets covered by DrawerMenu when the latter's width is in localConfig.
How to reproduce
Remove width and it works:
Expected Result
Background map selector button not visible right of drawer menu
Current Result
Background map selector button has to bo visible right of drawer menu
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: