-
Notifications
You must be signed in to change notification settings - Fork 409
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
Maps widget dropdown menu is not visible on embedded dashboard #9110
Comments
The styling from cadastrapp extension is forcing the Fix:
.mapstore-widget-header .map-switcher .Select-menu-outer {
....,
width: 100% !important
}
The map widget is using leaflet as default maptype in dashboard embedded and a style Fix to 2023.01.01 (as should be fixed in next stable when #8334 is promoted) |
I've removed the cadastrapp extension from the PROD instance but the issue is still there.
Ok. Since you mentioned #8334, please consider also further changes included through #9012 that may be relevant. |
Yes, it was probably a browser cache issue on my side.
Yes, it was clear as I've also commented above. Please concentrate your effort only on this ignoring point 1 for now. |
…on embedded dashboard
Description
On QA only, the maps widget dropdown menu is not visible on embedded dashboard.
3.mov
How to reproduce
Expected Result
On DEV (it is the correct one)
Current Result
On prod: the dropdown menu is cut off
On QA: the dropdown menu is under the map
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: