File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
apps/webapp/app/components/primitives Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ const ResizableHandle = ({
3333 // Vertical orientation
3434 "data-[handle-orientation=vertical]:h-0.75 data-[handle-orientation=vertical]:w-full" ,
3535 "data-[handle-orientation=vertical]:after:inset-x-0 data-[handle-orientation=vertical]:after:inset-y-auto" ,
36- "data-[handle-orientation=vertical]:after:top-1/2 data-[handle-orientation=vertical]:after:left-0 " ,
36+ "data-[handle-orientation=vertical]:after:left-0 data-[handle-orientation=vertical]:after:top-1/2 " ,
3737 "data-[handle-orientation=vertical]:after:h-1 data-[handle-orientation=vertical]:after:w-full" ,
3838 "data-[handle-orientation=vertical]:after:-translate-y-1/2 data-[handle-orientation=vertical]:after:translate-x-0" ,
3939 className
@@ -42,9 +42,9 @@ const ResizableHandle = ({
4242 { ...props }
4343 >
4444 { /* Horizontal orientation line indicator */ }
45- < div className = "absolute left-[0.0625rem] top-0 h-full w-px bg-grid-bright transition group-hover:left-0 group-hover:w-0.75 group-hover:bg-lavender -500 group-data-[handle-orientation=vertical]:hidden" />
45+ < div className = "absolute left-[0.0625rem] top-0 z-20 h-full w-px bg-grid-bright transition group-hover:left-0 group-hover:w-0.75 group-hover:bg-indigo -500 group-data-[handle-orientation=vertical]:hidden" />
4646 { /* Vertical orientation line indicator */ }
47- < div className = "absolute left-0 top-[0.0625rem] hidden h-px w-full bg-grid-bright transition group-hover:top-0 group-hover:h-0.75 group-hover:bg-lavender -500 group-data-[handle-orientation=vertical]:block" />
47+ < div className = "absolute left-0 top-[0.0625rem] z-20 hidden h-px w-full bg-grid-bright transition group-hover:top-0 group-hover:h-0.75 group-hover:bg-indigo -500 group-data-[handle-orientation=vertical]:block" />
4848 { withHandle && (
4949 < >
5050 { /* Horizontal orientation dots (vertical arrangement) */ }
You can’t perform that action at this time.
0 commit comments