Skip to content

Commit

Permalink
fix(dashboard): Dashboard header overflowing in edit mode (#21100)
Browse files Browse the repository at this point in the history
  • Loading branch information
kgabryje committed Aug 16, 2022
1 parent 495a205 commit d3684c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ const StyledHeader = styled.div`
position: sticky;
top: 0;
z-index: 100;
max-width: 100vw;
`;

const StyledContent = styled.div<{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ const actionButtonsStyle = theme => css`
}
.undoRedo {
display: flex;
margin-right: ${theme.gridUnit * 2}px;
}
`;
Expand Down

0 comments on commit d3684c0

Please sign in to comment.