Skip to content

Commit

Permalink
add h-screen dvh
Browse files Browse the repository at this point in the history
  • Loading branch information
msy7822-ux committed May 24, 2023
1 parent a9d2f28 commit 6be0804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ module.exports = {
"conic-gradient(from 180deg at 50% 50%, var(--tw-gradient-stops))",
},
height: {
screen: ["100vh", "100svh"],
screen: ["100vh", "100svh", "100dvh"],
},
},
},
Expand Down

1 comment on commit 6be0804

@vercel
Copy link

@vercel vercel bot commented on 6be0804 May 24, 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:

chot-nanikiru – ./

chot-nanikiru.vercel.app
chot-nanikiru-msy7822-ux.vercel.app
chot-nanikiru-git-main-msy7822-ux.vercel.app

Please sign in to comment.