You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've identified an issue regarding the fixed width 360 px of an element with the class name "Overlay__content".
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.
The text was updated successfully, but these errors were encountered:
I've identified an issue regarding the fixed width 360 px of an element with the class name "Overlay__content".
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.
The text was updated successfully, but these errors were encountered: