This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: Multiple Problem

#18023
Ernest MarcinkoErnest Marcinko
Keymaster

Hi,

Well, it looks like it happens, when it starts scrolling, the container width is higher initially, so the search ball follows that width, that causes the effect. I’m not sure if it is possible to eleminate it, but it could be possible to make it a bit less visible:

[html].asp_m_3 {
width: inherit !important;
max-width: 330px !important;
}[/html]