Update index.tsx
This commit is contained in:
@@ -105,7 +105,7 @@ export default function LineRow({
|
||||
<div
|
||||
onClick={handleSelectLine}
|
||||
className={`flex flex-row items-center justify-start gap-2 p-2 px-4 h-14 hover:bg-gray-200 cursor-pointer transition-all
|
||||
last:border-b-0 border-b border-b-gray-200 relative ${
|
||||
last:border-b-0 border-b border-b-gray-200 relative z-50 ${
|
||||
selectedLineId === masterLineData.lineDetails._id.toString() &&
|
||||
"bg-gray-200 scale-110 shadow-2xl translate-x-3"
|
||||
}`}
|
||||
|
||||
Reference in New Issue
Block a user