Merge branch 'main' of http://192.168.1.163:3000/inmake/nks-virtual-tour
This commit is contained in:
@@ -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 />
|
||||
|
||||
Reference in New Issue
Block a user