Skip to content

Commit

Permalink
fix mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
GraemeFulton committed Jun 30, 2024
1 parent bf0610b commit ee1e61a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/new-index/layoutForIndex.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export default function Layout({
{/* </div> */}

<div
className={`min-h-screen overflow ${navOffset==false?'':NAV_OFFSET} ${
className={`min-h-screen overflow-x-hidden ${navOffset==false?'':NAV_OFFSET} ${
padding == false ? "" : "px-3 md:px-8"
}`}
style={{ background: background ? background : "#fbfcff" }}
Expand Down
2 changes: 1 addition & 1 deletion pages/toolbox/[slug].js
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ const ToolContent = ({
<div className="hidden sticky top-6 h-fit lg:col-span-1 lg:block">
<LikeButton post={post} user={user} />
</div>
<div className="col-span-3 border border-gray-300/60 rounded-2xl overflow-hidden lg:col-span-8 flex flex-col gap-3 bg-white h-fit">
<div className="col-span-3 border border-gray-300/60 rounded-2xl overflow-hidden lg:col-span-8 flex flex-col gap-3 bg-white lg:h-fit">
<div className="grid gap-3 md:px-0 -mb-4">
<HeroCardSection
post={post}
Expand Down

0 comments on commit ee1e61a

Please sign in to comment.