Associated issue: elastic/kibana#34995
Summary
EuiNavDrawerFlyout components uses <h5> to render a title of the draggable point where tabIndex="-1" is set so nobody can focus on it except using a pointer.
It breaks the heading hierarchy as we can't be sure that <h4> or <h3> is present on a particular page.


Associated issue: elastic/kibana#34995
Summary
EuiNavDrawerFlyoutcomponents uses<h5>to render a title of the draggable point where tabIndex="-1" is set so nobody can focus on it except using a pointer.It breaks the heading hierarchy as we can't be sure that
<h4>or<h3>is present on a particular page.