You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using the dropdown to show a form and the first time showing it, the parent's vertical scrollbar appears and immediately disappears. Subsequent showing of the dropdown does not trigger the behaviour.
I have added a workaround in the css section as:
body {
overflow-y: hidden;
}
However, I am not sure if this is an ideal solution. I have specified the placement accordingly and the boundary as the parent's content pane, which is plenty big for it. Am I missing something?
Cheers,
Vlad
The text was updated successfully, but these errors were encountered:
Hi,
I am using the dropdown to show a form and the first time showing it, the parent's vertical scrollbar appears and immediately disappears. Subsequent showing of the dropdown does not trigger the behaviour.
I have added a workaround in the css section as:
body {
overflow-y: hidden;
}
However, I am not sure if this is an ideal solution. I have specified the placement accordingly and the boundary as the parent's content pane, which is plenty big for it. Am I missing something?
Cheers,
Vlad
The text was updated successfully, but these errors were encountered: