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

Add height and scroll if overflow to the group component #774

Merged
merged 1 commit into from
Dec 13, 2024

Conversation

ecarreras
Copy link
Member

This pull request includes changes to the Group component in the src/widgets/containers/Group.tsx file to enhance its layout and scrolling behavior.

Layout and scrolling improvements:

  • Wrapped the component's return content in a div with inline styles to set the height and control the overflow behavior. This ensures the component has a defined height and enables vertical scrolling while hiding horizontal overflow. [1] [2]

Related

@ecarreras ecarreras self-assigned this Dec 13, 2024
@ecarreras ecarreras added the enhancement New feature or request label Dec 13, 2024
@mguellsegarra mguellsegarra merged commit 68625cd into v2 Dec 13, 2024
1 check failed
@mguellsegarra mguellsegarra deleted the 66396/group-height branch December 13, 2024 13:01
github-actions bot pushed a commit that referenced this pull request Dec 13, 2024
# [2.50.0](v2.49.0...v2.50.0) (2024-12-13)

### Features

* **group:** add height and scroll if overflow ([#774](#774)) [skip ci] ([68625cd](68625cd))
* update gisce/ooui to v2.26.0 ([#776](#776)) ([c47c110](c47c110))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants