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
If you next a flex group inside an accordion, you can find that then even though the accordion when opened is big enough to display all the content, the content still exhibits scrolling. @snide suspects this is due to negative margins on the flex group.
The problem can be worked around by using overflow: hidden on the .euiAccordion__childWrapper element, but that probably isn't a correct fix.
The text was updated successfully, but these errors were encountered:
If you next a flex group inside an accordion, you can find that then even though the accordion when opened is big enough to display all the content, the content still exhibits scrolling. @snide suspects this is due to negative margins on the flex group.
The problem can be worked around by using
overflow: hidden
on the.euiAccordion__childWrapper
element, but that probably isn't a correct fix.The text was updated successfully, but these errors were encountered: