Another constant hassle is having to change EuiTooltip's anchorClassName to eui-displayBlock in order to change to block from inline-block. EuiPopover fixed this by adding display?: keyof typeof displayToClassNameMap; for quick customization which allows it to accept any of the ways the consumer might need it to display.
Another constant hassle is having to change EuiTooltip's
anchorClassNametoeui-displayBlockin order to change to block from inline-block. EuiPopover fixed this by addingdisplay?: keyof typeof displayToClassNameMap;for quick customization which allows it to accept any of the ways the consumer might need it to display.