Skip to content

Commit

Permalink
feat: make summary box sticky (#2663)
Browse files Browse the repository at this point in the history
  • Loading branch information
vacekj authored Nov 22, 2023
1 parent 0245c75 commit 729fc34
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ export function SummaryContainer() {
}

return (
<div className="mb-5 block px-[16px] py-4 rounded-lg shadow-lg bg-white border border-violet-400 font-semibold">
<div className="mb-5 block px-[16px] py-4 rounded-lg shadow-lg bg-white border border-violet-400 font-semibold sticky top-20">
<h2 className="text-xl border-b-2 pb-2">Summary</h2>
<div
className={`flex flex-row items-center justify-between mt-4 font-semibold italic ${passportTextClass}`}
Expand Down

5 comments on commit 729fc34

@vercel
Copy link

@vercel vercel bot commented on 729fc34 Nov 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

manager-staging – ./packages/round-manager

grants-stack-manager-staging.vercel.app
manager-staging-grants-stack.vercel.app
manager-staging-git-main-grants-stack.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 729fc34 Nov 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

explorer-staging – ./packages/grant-explorer

explorer-staging-git-main-grants-stack.vercel.app
grants-stack-explorer-staging.vercel.app
explorer-staging-grants-stack.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 729fc34 Nov 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

builder – ./packages/builder

builder-git-main-grants-stack.vercel.app
builder-kappa-one.vercel.app
builder-grants-stack.vercel.app
builder.gitcoin.co

@vercel
Copy link

@vercel vercel bot commented on 729fc34 Nov 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

manager – ./packages/round-manager

manager-git-main-grants-stack.vercel.app
manager-grants-stack.vercel.app
grants-stack-round-manager.vercel.app
manager.gitcoin.co

@vercel
Copy link

@vercel vercel bot commented on 729fc34 Nov 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

builder-staging – ./packages/builder

builder-staging-git-main-grants-stack.vercel.app
builder-staging-grants-stack.vercel.app
grants-stack-builder-staging.vercel.app

Please sign in to comment.