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

[BUG] size of ItemListCard #13

Open
enury opened this issue May 29, 2024 · 0 comments
Open

[BUG] size of ItemListCard #13

enury opened this issue May 29, 2024 · 0 comments

Comments

@enury
Copy link

enury commented May 29, 2024

The size of the ItemListCard was not fixed, when features are not grouped. This resulted in very long Cards that made navigating the map complicated.

We have corrected it by modifying the file SelectionPreview.scss, to add max-height and overflow-y:

 ul {
    background-color:#fff;
    max-height:300px;
    overflow-y:auto;
    list-style-type:none;
    margin:0;
    padding:0; 
    position:relative;
  }

(see commit).

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