Skip to content

Search widget in calcite panel #234

Description

@msamwill

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions