Skip to content
New issue

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. #10771

Open
1 task done
bsnizek opened this issue Jan 23, 2025 · 0 comments
Open
1 task done
Labels

Comments

@bsnizek
Copy link
Contributor

bsnizek commented Jan 23, 2025

Description

Background Map Selector gets covered by DrawerMenu when the latter's width is in localConfig.

How to reproduce

{
        "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

  • Not browser related
Browser info (use this site: https://www.whatsmybrowser.org/ for non expert users)
Browser Affected Version
Internet Explorer
Edge
Chrome
Firefox
Safari

Other useful information

@bsnizek bsnizek added the bug label Jan 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant