Skip to content

Commit

Permalink
fix(#202): fix padding issue with header
Browse files Browse the repository at this point in the history
  • Loading branch information
MindFreeze committed May 31, 2024
1 parent df4219c commit d5f9289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default css`
overflow: hidden;
}
.container.with-header {
padding-top: 0;
margin-top: -16px;
}
.container.vertical {
flex-direction: column;
Expand Down

0 comments on commit d5f9289

Please sign in to comment.