|
|
|
@ -64,7 +64,7 @@ export function OverlayAnchorPosition(props: AnchorPositionProps) {
@@ -64,7 +64,7 @@ export function OverlayAnchorPosition(props: AnchorPositionProps) {
|
|
|
|
|
transform: `translateX(${left}px) translateY(${top}px)`, |
|
|
|
|
}} |
|
|
|
|
className={classNames([ |
|
|
|
|
"[&>*]:pointer-events-auto z-10 flex dir-neutral:items-start justify-start dir-neutral:origin-top-left touch-none", |
|
|
|
|
"[&>*]:pointer-events-auto z-10 flex dir-neutral:items-start rtl:justify-start ltr:justify-end dir-neutral:origin-top-left touch-none", |
|
|
|
|
props.className, |
|
|
|
|
])} |
|
|
|
|
> |
|
|
|
|