Skip to content

Commit

Permalink
slight ui improvement on categories section
Browse files Browse the repository at this point in the history
  • Loading branch information
BlazingC0der committed Dec 18, 2024
1 parent de66ccf commit 95e3b2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/(dashboard)/spaces/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import SpacesStats from "@/src/components/dashboard/Spaces/SpacesStats"
const SpacesLayout = ({ children }: { children: React.ReactNode }) => {
return (
<div className="flex flex-col space-y-4 w-full">
<section className="flex space-x-4 w-full sticky top-0 z-10 h-[128px]">
<section className="flex space-x-4 w-full sticky pt-[8px] top-0 bg-background z-10 h-[128px]">
<CategorySelection />
</section>
<div className="flex-grow flex justify-center items-start space-x-4">
Expand Down

0 comments on commit 95e3b2b

Please sign in to comment.