Start time grid #62
@ -43,7 +43,7 @@ export default function InlineModal({
|
|||||||
Solution: layer two triangles - a larger one in border color behind, a smaller one in background color on top. */}
|
Solution: layer two triangles - a larger one in border color behind, a smaller one in background color on top. */}
|
||||||
<div
|
<div
|
||||||
className={clsx(
|
className={clsx(
|
||||||
"absolute -top-[9px]",
|
"absolute -top-[10px]",
|
||||||
!useCustomOffset && arrowPositionClasses[arrowPosition],
|
!useCustomOffset && arrowPositionClasses[arrowPosition],
|
||||||
)}
|
)}
|
||||||
style={useCustomOffset ? { left: arrowOffset } : undefined}
|
style={useCustomOffset ? { left: arrowOffset } : undefined}
|
||||||
@ -62,7 +62,7 @@ export default function InlineModal({
|
|||||||
leaving only the border visible around the edge */}
|
leaving only the border visible around the edge */}
|
||||||
<div
|
<div
|
||||||
className={clsx(
|
className={clsx(
|
||||||
"absolute top-[1px]",
|
"absolute top-[1.5px]",
|
||||||
"w-0 h-0",
|
"w-0 h-0",
|
||||||
"border-l-[10px] border-l-transparent",
|
"border-l-[10px] border-l-transparent",
|
||||||
"border-r-[10px] border-r-transparent",
|
"border-r-[10px] border-r-transparent",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user