diff --git a/superset-frontend/src/dashboard/components/DashboardBuilder/DashboardBuilder.tsx b/superset-frontend/src/dashboard/components/DashboardBuilder/DashboardBuilder.tsx index 7ff6432d79451..fb062490b3e5a 100644 --- a/superset-frontend/src/dashboard/components/DashboardBuilder/DashboardBuilder.tsx +++ b/superset-frontend/src/dashboard/components/DashboardBuilder/DashboardBuilder.tsx @@ -149,6 +149,7 @@ const StyledHeader = styled.div` position: sticky; top: 0; z-index: 100; + max-width: 100vw; `; const StyledContent = styled.div<{ diff --git a/superset-frontend/src/dashboard/components/Header/index.jsx b/superset-frontend/src/dashboard/components/Header/index.jsx index 46ca4fc703c9f..19b7c21ce2311 100644 --- a/superset-frontend/src/dashboard/components/Header/index.jsx +++ b/superset-frontend/src/dashboard/components/Header/index.jsx @@ -132,6 +132,7 @@ const actionButtonsStyle = theme => css` } .undoRedo { + display: flex; margin-right: ${theme.gridUnit * 2}px; } `;