From 05aa5cbca106436965be1ae7c566cdbf18b0ab74 Mon Sep 17 00:00:00 2001 From: Tim Down <158919+timdown@users.noreply.github.com> Date: Mon, 22 May 2023 11:11:32 +0100 Subject: [PATCH] Merge pull request #13127 from overleaf/td-history-fix-menu-position History migration: Fix regression with positioning of the history change list item menu GitOrigin-RevId: feb02101f3ae09102a4986ceb3fe8261b884ab33 --- .../components/change-list/dropdown/history-dropdown.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/services/web/frontend/js/features/history/components/change-list/dropdown/history-dropdown.tsx b/services/web/frontend/js/features/history/components/change-list/dropdown/history-dropdown.tsx index 5448aa2fab..4636bdef56 100644 --- a/services/web/frontend/js/features/history/components/change-list/dropdown/history-dropdown.tsx +++ b/services/web/frontend/js/features/history/components/change-list/dropdown/history-dropdown.tsx @@ -14,7 +14,12 @@ function HistoryDropdown({ setIsOpened, }: HistoryDropdownProps) { return ( - + {children} )