Skip to content

Commit

Permalink
fix: fix PageContainer class value
Browse files Browse the repository at this point in the history
  • Loading branch information
lihxhit authored and sendya committed Feb 18, 2021
1 parent 33c8c57 commit c6275e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PageContainer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ export const PageContainer: FunctionalComponent<PageContainerProps> = (props, {
);

return (
<div class={classNames}>
<div class={classNames.value}>
{fixedHeader ? (
<Affix
offsetTop={value.hasHeader && value.fixedHeader ? value.headerHeight : 0}
Expand Down

0 comments on commit c6275e8

Please sign in to comment.