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
{{ message }}
This repository was archived by the owner on May 29, 2019. It is now read-only.
When adding dropdown-append-to-body to dropdown component and inner menu has .dropdown-menu-right class (for right side alignment) the dropdown menu position is set incorrectly. I've checked source code and noticed that when calculating position for dropdown-append-to-body option only left property is used, hence not positioning correctly the menu... It should be using right instead of left..