Description
Sometimes our resizable containers have text content that does not receive keyboard focus. If we do not allow users to set focus on the container, they may not be able to read or access all information. I recommend we add a tabindex="0" on our EuiResizableContainer component. This could be a standard attribute, or added when content is "taller" than the container.
Guidance
Screenshots

Description
Sometimes our resizable containers have text content that does not receive keyboard focus. If we do not allow users to set focus on the container, they may not be able to read or access all information. I recommend we add a
tabindex="0"on ourEuiResizableContainercomponent. This could be a standard attribute, or added when content is "taller" than the container.Guidance
Screenshots