Skip to content

Commit

Permalink
Merge pull request #65 from KasperskyLab/feature/content-area-fix
Browse files Browse the repository at this point in the history
content area fix
  • Loading branch information
vostrik authored Jun 20, 2024
2 parents f5cd1d8 + 472b365 commit f495b04
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/quick-start/src/Layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ const StyledSpace = styled(Space)<{ themeKey: ThemeKey }>`
border-radius: 16px;
padding: 16px;
align-items: flex-start;
flex-direction: column;
flex-wrap: nowrap;
overflow: auto;
position: relative;
z-index: 1;
Expand Down

0 comments on commit f495b04

Please sign in to comment.