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

Issue with the fixed width of the element using the class name "Overlay__content." #331

Open
NataliiaSynhaievska opened this issue Mar 1, 2024 · 0 comments

Comments

@NataliiaSynhaievska
Copy link

I've identified an issue regarding the fixed width 360 px of an element with the class name "Overlay__content".

image

Currently, when this element is assigned a 360 px width, it does not adapt as expected, causing content overflow in certain scenarios.

The problem arises when the parent element's width is less than the fixed width assigned to the element with the class name "Overlay__content" (In my case, the parent element containing Plaid has a width of 300 px). Despite the fixed width, the element fails to adjust dynamically, resulting in content spilling beyond its boundaries. In addition, it should be mentioned that the "Overlay__content" does not have horizontal scrolling.

I expect the container's width to adapt dynamically based on the parent element's width, ensuring that all content is appropriately contained and visible within the given constraints.

Please let me know if you need any further clarification or details. Thank you.

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