mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
- During the placement computation for the drop down menu, the height of the dropdown-menu is very high and that leads to it getting placed at the top of the page instead of the below the search element. - To avoid the problem, cap the height of the dropdown. Somehow, the original calculation for the height using CSS calc() does not seem to working as expected. Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: Veiko Aasa <veiko17@disroot.org>