style: profile settings height

This commit is contained in:
LAKHAN BAHETI 2023-11-02 10:43:18 +05:30
parent 7249f84e18
commit 9cac981f60

View File

@ -161,7 +161,7 @@ const Profile: NextPage = () => {
/>
{myProfile ? (
<form onSubmit={handleSubmit(onSubmit)} className="h-full w-full">
<div className={`flex flex-col gap-8 pr-9 py-9 w-full overflow-y-auto`}>
<div className={`flex flex-col h-full gap-8 pr-9 py-9 w-full overflow-y-auto`}>
<div className="relative h-44 w-full mt-6">
<img
src={watch("cover_image") ?? "https://images.unsplash.com/photo-1506383796573-caf02b4a79ab"}