Skip to content

Commit

Permalink
Fix mobile scroll issue
Browse files Browse the repository at this point in the history
  • Loading branch information
hamitaksln committed Nov 22, 2023
1 parent be38aff commit ba59c19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/TaxCalculator.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,8 @@ const TaxForm = () => {

export default function TaxCalculator() {
return (
<div className="container flex min-h-screen min-w-full flex-col mx-auto">
<div className="fixed flex h-full w-full flex-col justify-between items-center">
<div className="container flex min-h-screen h-full min-w-full flex-col mx-auto">
<div className="flex-1 flex h-full w-full flex-col justify-between items-center">
<div className="hero mt-0 sm:mt-6">
<div className="hero-content text-center">
<div className="max-w-md space-y-4 sm:space-y-16">
Expand Down

0 comments on commit ba59c19

Please sign in to comment.