This commit is contained in:
2024-04-16 17:32:09 +05:00
+2 -2
View File
@@ -43,7 +43,7 @@ function Infra2Page() {
}
return (
<div className="scene absolute w-full h-full overflow-hidden">
<div className="scene absolute w-full h-full overflow-hidden touch-none">
<div
className="absolute left-0"
style={{ width: `${width}px`, height: `${width}px`, top: `-${top}px` }}
@@ -65,7 +65,7 @@ function Infra2Page() {
<DistanceCircle selectedRange={selectedRange} />
</div>
<div className="absolute h-screen overflow-y-auto top-0 left-0 z-[999999] w-[260px] bg-[#002347] bg-opacity-90 select-none px-6 py-5 flex flex-col justify-between gap-8">
<div className="absolute h-[100dvh] overflow-y-auto top-0 left-0 z-[999999] w-[260px] bg-[#002347] bg-opacity-90 select-none px-6 py-5 flex flex-col justify-between gap-8">
<div className="flex flex-col gap-3">
{/* <div className="flex justify-end">
<CrossIcon />