Skip to content

Commit

Permalink
update code header
Browse files Browse the repository at this point in the history
  • Loading branch information
vitran12 committed Jun 1, 2024
1 parent d401f65 commit ad7d6b7
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 4 deletions.
32 changes: 29 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"react-router-dom": "^6.3.0",
"react-scripts": "5.0.0",
"sass": "^1.55.0",
"typescript": "~4.1.5",
"t": "^0.5.1",
"yorkie-js-sdk": "^0.4.20",
"yorkie-ui": "^0.5.6"
Expand Down
2 changes: 1 addition & 1 deletion src/pages/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export function Header({ className }: { className?: string }) {
const { token, isValidToken } = useAppSelector(selectUsers);

return (
<Box position="sticky" className={`${className}`} width="100w" background="white" zIndex="lg">
<Box position="sticky" top="0" className={`${className}`} width="100w" background="white" zIndex="lg">
<Flex justifyContent="space-between" paddingInline="6" alignItems="center">
<Breadcrumb>
<Heading as="h1">
Expand Down

0 comments on commit ad7d6b7

Please sign in to comment.