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

Search widget in calcite panel #234

Open
msamwill opened this issue Aug 26, 2023 · 0 comments
Open

Search widget in calcite panel #234

msamwill opened this issue Aug 26, 2023 · 0 comments

Comments

@msamwill
Copy link

calcite panel height and width do not adjust for Search widget. Without CSS adjustments you cannot see search results because the height of the panel does not grow when search results are returned.

image

If you set the width to 100% and the height of the container to a fixed height, you can see the search results, A fixed height is not ideal. Any suggestions on how to get the height to adjust dynamically?
#search-container.esri-search.esri-widget {
width: 100% !important;
align-items: flex-start;
min-height: 360px;
padding: 0px;
overflow: auto;
}

image

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

No branches or pull requests

1 participant