flowbite icon indicating copy to clipboard operation
flowbite copied to clipboard

Add data-dropdown-placement=“bottom-end” to dropdown.md

Open YungLin-CHU opened this issue 4 years ago • 0 comments

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.

YungLin-CHU avatar Nov 27 '21 07:11 YungLin-CHU