upd
This commit is contained in:
@@ -205,7 +205,7 @@ function UnitModal({ unit, type }: Props) {
|
||||
|
||||
return (
|
||||
<div
|
||||
className={`fixed top-0 left-0 w-full overflow-y-scroll h-screen pt-[56px] z-40 backdrop-blur select-none`}
|
||||
className={`fixed top-0 left-0 w-full overflow-y-scroll h-dvh pt-[56px] z-40 backdrop-blur select-none`}
|
||||
>
|
||||
<div className="flex justify-end min-h-full">
|
||||
<div className="bg-[#F3F3F2] lg:p-6 p-4 max-w-[1240px] w-full sm:space-y-20 space-y-10">
|
||||
@@ -424,7 +424,7 @@ function UnitModal({ unit, type }: Props) {
|
||||
?.imageDesc
|
||||
}
|
||||
alt=""
|
||||
className="lg:max-h-[644px] h-full rounded-2xl pointer-events-none object-cover max-sm:aspect-square"
|
||||
className="lg:max-h-[644px] sm:h-full rounded-2xl pointer-events-none object-cover max-sm:aspect-square"
|
||||
/>
|
||||
{/* <div
|
||||
className="lg:max-h-[644px] sm:h-full max-sm:aspect-square bg-center bg-no-repeat bg-cover rounded-2xl"
|
||||
|
||||
Reference in New Issue
Block a user