Skip to content

Commit

Permalink
add min height to prevent overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewwong525 committed Apr 30, 2024
1 parent 1b1c176 commit ed19c66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docusaurus/src/components/features-home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export default function FeaturesHome() {
</div>

{/* Tabs items */}
<div className="max-w-xl md:max-w-none md:w-full mx-auto md:col-span-5 lg:col-span-6 mb-8 md:mb-0 md:order-1 flex justify-center">
<div className="max-w-xl min-h-[400px] md:max-w-none md:w-full mx-auto md:col-span-5 lg:col-span-6 mb-8 md:mb-0 md:order-1 flex justify-center">
<div className="transition-all">
<div className="relative flex flex-col text-center lg:text-right items-center" data-aos="zoom-y-out" ref={tabs}>
{/* Item 1 */}
Expand Down

0 comments on commit ed19c66

Please sign in to comment.