Skip to content

Commit

Permalink
Fix pagination functionality on Profile Page (#1939)
Browse files Browse the repository at this point in the history
Co-authored-by: Mark S. Shenouda <[email protected]>
  • Loading branch information
markshenouda and marks-sre-is authored Oct 18, 2023
1 parent 7fdc0d6 commit 45cd826
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,7 @@ export const HeaderSection = styled.header`
box-sizing: var(--box-sizing-border-box);
grid-area: header;
border: 1px solid var(--blue-900);
position: sticky;
top: 0;
z-index: 100;
`;
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ export const Layout = styled.div`
background-color: rgb(255, 255, 255);
display: grid;
overflow: hidden;
grid-template-columns: auto;
grid-template-areas:
'header'
Expand Down

0 comments on commit 45cd826

Please sign in to comment.