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

Fix map horizontal scrollbar issue #1728

Merged
merged 1 commit into from
Sep 24, 2023
Merged

Fix map horizontal scrollbar issue #1728

merged 1 commit into from
Sep 24, 2023

Conversation

giswqs
Copy link
Member

@giswqs giswqs commented Sep 24, 2023

Fix #1725

This is probably an ipyleaflet bug. Setting m.layout.width='100%' adds a horizontal scrollbar to the bottom of the map. By default, if users do not specify the width argument, we should not update map width so that the scrollbar does not show up.

image

@giswqs giswqs merged commit 488ac0a into master Sep 24, 2023
@giswqs giswqs deleted the scrollbar branch September 24, 2023 22:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Horizontal scroll bar under the map since v0.26
1 participant