Skip to content

Allow toggle-cards to overflow with scrollbars, #407#427

Closed
dgileadi wants to merge 1 commit intoduplicati:mainfrom
dgileadi:filters-scroll
Closed

Allow toggle-cards to overflow with scrollbars, #407#427
dgileadi wants to merge 1 commit intoduplicati:mainfrom
dgileadi:filters-scroll

Conversation

@dgileadi
Copy link
Copy Markdown

The filters were there but hidden when there were too many items for the max-height. This changes the overflow to show scrollbars when needed.

@sp90
Copy link
Copy Markdown
Contributor

sp90 commented Jan 29, 2026

I think they just need to be rewritten to use css grid height for animations something like this

.expander {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 1s;
}

.expander.expanded {
  grid-template-rows: 1fr;
}

@sp90
Copy link
Copy Markdown
Contributor

sp90 commented Feb 16, 2026

This is fixed and are arriving in a canary build soon

@sp90 sp90 closed this Feb 16, 2026
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.

2 participants