- z-index 이슈 해결
This commit is contained in:
@@ -397,7 +397,6 @@ export const CustomCalendar = ({ data }: CustomCalendarProps) => {
|
|||||||
{
|
{
|
||||||
barPositions.map(pos => (
|
barPositions.map(pos => (
|
||||||
<PopoverTrigger
|
<PopoverTrigger
|
||||||
className="z-100"
|
|
||||||
onClick={(e) => {
|
onClick={(e) => {
|
||||||
e.stopPropagation();
|
e.stopPropagation();
|
||||||
|
|
||||||
@@ -407,7 +406,7 @@ export const CustomCalendar = ({ data }: CustomCalendarProps) => {
|
|||||||
<div
|
<div
|
||||||
key={pos.segmentId}
|
key={pos.segmentId}
|
||||||
className={cn(
|
className={cn(
|
||||||
`flex flex-row justify-start items-center absolute z-100`,
|
`flex flex-row justify-start items-center absolute`,
|
||||||
"py-0.5 px-2 rounded-sm text-xs text-white overflow-hidden"
|
"py-0.5 px-2 rounded-sm text-xs text-white overflow-hidden"
|
||||||
)}
|
)}
|
||||||
style={{...pos.positionStyle, backgroundColor: pos.style}}
|
style={{...pos.positionStyle, backgroundColor: pos.style}}
|
||||||
|
|||||||
Reference in New Issue
Block a user