Skip to content

Commit

Permalink
fix claimer container style
Browse files Browse the repository at this point in the history
  • Loading branch information
zzcwoshizz committed Apr 4, 2023
1 parent a7ccec3 commit 26c30ff
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/stale-pillows-jog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"zkid-credential": patch
---

fix claimer container style
2 changes: 1 addition & 1 deletion packages/app/src/Claimer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const Claimer: React.FC = () => {
<Box overflow='hidden' position='relative'>
<Sidebar accountType='claimer' items={items} open={open} toggleOpen={toggleOpen} />
<Box
height='calc(100vh - 230px)'
height='calc(100vh - 70px)'
overflow='scroll'
pl={upMd ? (open ? '230px' : '93px') : 0}
sx={{
Expand Down

0 comments on commit 26c30ff

Please sign in to comment.