Popover css crashing after keyboard interaction

Hi! , I use search field in page head and button which popover present.
I focused in search input with keyboard show. Ahter keyboard hiding , popover shows incorrect. Helps only closing app and opening again.



I not using any custom styles
UPD: after keyboard closing inline styles for .popover-content looks like

  {
    bottom: 12px;
    top: -158px;
    left: 12px;
    transform-origin: left top 0px;
    transform: scale(1);
}

not

{
top: 150px;
left: 55px;
transform-origin: left top 0px;
transform: scale(1);
}

Hello @slowkazak, this is a known RC5 issue, it’s being tracked here

Hope it helps!

It fixed on latest release?