Skip to content

Commit

Permalink
fix: vertical overflow issue in the home page (#240)
Browse files Browse the repository at this point in the history
* fix: vertical overflow issue in the home page

* fix: fixed issue generated in the PR
  • Loading branch information
dev-phantom authored Feb 26, 2023
1 parent 31a755d commit 48ab0b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/TopBar/TopBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export const TopBar = ({ header }: { header?: string }) => {
const router = useRouter();
const category = router.asPath.replace("/", "");
return (
<div className="xs:overflow-x-hidden mb-4 flex flex-col-reverse items-center md:flex-row md:justify-between md:py-4">
<div className="sticky top-0 dark:bg-[#101623] bg-gray-100 transition-all ease-in duration-300 w-full xs:overflow-x-hidden mb-4 flex flex-col-reverse items-center md:flex-row md:justify-between md:py-4">
<div className="my-2 flex items-center place-self-start text-lg dark:text-gray-300 sm:text-3xl">
<FaSlackHash className="mt-1 mr-2 text-gray-600 dark:text-gray-300" />
<span className="text-gray-900 dark:text-gray-100 uppercase font-bold">
Expand Down

1 comment on commit 48ab0b9

@vercel
Copy link

@vercel vercel bot commented on 48ab0b9 Feb 26, 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:

linkshub – ./

linkshub-rupali-codes.vercel.app
linkshub-git-main-rupali-codes.vercel.app
linkshub.vercel.app

Please sign in to comment.