09-06-2026 10:56 AM
On the Firefox new tab page, the search bar overlaps the widget tooltip when hovering over a shortcut card. As a result, part of the tooltip content is hidden behind the search field, which affects readability and creates a visual layering issue.
The tooltip should be displayed above all page elements and remain fully visible without being overlapped by the search bar.
The search bar is rendered above the tooltip, causing the tooltip to be partially hidden when both elements are displayed simultaneously.
The issue appears to be related to the layering order (z-index) of the search bar and tooltip components. The tooltip is displayed underneath the search field instead of above it.