Skip to content

Commit

Permalink
Add sticky filters
Browse files Browse the repository at this point in the history
  • Loading branch information
damianstasik committed Sep 4, 2023
1 parent 764b60a commit bc7904a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/supporters.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ export default function SupportersPage() {
</h1>
</Jumbotron>
<div className="bg-white flex-1 text-gray-600">
<div className="container mx-auto py-10">
<div className="flex gap-6 justify-center">
<div className="container mx-auto pt-6 pb-10">
<div className="flex gap-6 justify-center bg-white sticky top-0 py-4">
{types.map(([type, supporters]) => (
<Button
key={type}
Expand Down

0 comments on commit bc7904a

Please sign in to comment.