Skip to content

Commit

Permalink
Merge pull request #319 from GenaDrop/staging
Browse files Browse the repository at this point in the history
Added top padding value
  • Loading branch information
Jikugodwill authored Jul 13, 2024
2 parents a33b1ee + 694b75a commit e6bbce5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/Mintbase/widget/Mintbase/App/Index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const Container =
gatewayURL.includes("mintbos.vercel.app")
? styled.div`
position: fixed;
inset: var(--body-top-padding) 0px 0px;
inset: var(--body-top-padding, 0) 0px 0px;
width: 100%;
overflow-y: scroll;
`
Expand Down

0 comments on commit e6bbce5

Please sign in to comment.