Description
In the static embed (e.g. DDD blog post iframe), the entire Buckaroo widget is scrollable within the viewport. Scrolling down hides the status bar / header row ("search", dropdowns, Total_rows) above the top edge of the iframe, leaving just the table visible without controls.
The status bar and column headers should stay pinned at the top while only the data rows scroll.
Expected
- Status bar stays fixed at the top of the iframe
- Only the AG-Grid data area scrolls vertically
- No outer scrollbar on the widget container
Actual
- The whole widget (status bar + table) scrolls as one block
- Scrolling down pushes the status bar out of view
- May be related to iframe sizing on the DDD post, but the widget itself should handle overflow so the header stays visible regardless of container height