Skip to content

Commit

Permalink
fix view scroll wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
NickJ202 committed Jun 28, 2024
1 parent 5887430 commit 6ca1e2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ export const View = styled.div`
top: ${STYLING.dimensions.nav.headerHeight};
left: calc(${STYLING.dimensions.nav.panelWidthClosed} + 10px);
padding: 25px 10px 25px 25px;
overflow: auto;
overflow-y: scroll;
border: 1px solid ${(props) => props.theme.colors.border.alt4};
background: ${(props) => props.theme.colors.view.background};
border-radius: ${STYLING.dimensions.radius.alt1};
Expand Down

0 comments on commit 6ca1e2f

Please sign in to comment.