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

Ensure Feed and scrollable layout children heights are not fixed #7747

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

philippjfr
Copy link
Member

Feed and scrollable layouts don't really have a limit on the height of their children but in many cases the children might set max-height: 100% to avoid overflow. Here we apply styles that override this default to ensure that the children can be larger than their container.

Copy link

codecov bot commented Mar 1, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 87.11%. Comparing base (0eb63a0) to head (ac9d815).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #7747   +/-   ##
=======================================
  Coverage   87.10%   87.11%           
=======================================
  Files         346      346           
  Lines       52759    52759           
=======================================
+ Hits        45956    45959    +3     
+ Misses       6803     6800    -3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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.

1 participant