Piggybacking off Petru’s comment above. https://bugzilla.mozilla.org/show_bug.cgi?id=1910656#c3 This bug affects the current toolbar if placed on the bottom as well as the micro surveys : https://bugzilla.mozilla.org/show_bug.cgi?id=1908940 The decision has been made by the toolbar team to move this ticket to the Homepage component as the fix will have to be done on the Homepage rather than with the toolbars.
Bug 1910656 Comment 4 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
Piggybacking off Petru’s comment above. https://bugzilla.mozilla.org/show_bug.cgi?id=1910656#c3 This bug affects the current toolbar if placed on the bottom as well as the micro surveys : https://bugzilla.mozilla.org/show_bug.cgi?id=1908940 Essentially, the RecyclerView in the Homepage extends "under" (z-axis) any bottom placed toolbars, surveys or other Fenix-level components that can appear in the Homepage on the bottom. This is probably done to make the scrolling of the homepage more smooth but in order to fix this problem for all the bottom-placed components, this needs to be fixed at the Homepage level with bounds for the RecyclerView in order to keep it "above" (y-axis) and not "under" (z-axis) the toolbar/other bottom-placed components. The decision has been made by the toolbar team to move this ticket to the Homepage component as the fix will have to be done on the Homepage rather than with the toolbars.