flowbite
flowbite copied to clipboard
Add data-dropdown-placement=“bottom-end” to dropdown.md
While using data-dropdown-placement=“bottom” is align the dropdown block on the start side which may cause overflow on the end side if placing the dropdown at the last element. I have tested that using data-dropdown-placement=“bottom-end” will make the dropdown block align on the end side, which doesn’t need to worry about overflow.