File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/components/projects/projectId/attributes/attributeId Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -332,7 +332,7 @@ export default function AttributeCalculation() {
332332
333333 return ( projectId && < div className = { `bg-white p-4 overflow-y-auto min-h-full h-[calc(100vh-4rem)]` } onScroll = { ( e : any ) => onScrollEvent ( e ) } >
334334 { currentAttribute && < div >
335- < div className = { `sticky z-50 h-12 ${ isHeaderNormal ? 'top-1' : '-top-5' } ` } >
335+ < div className = { `sticky z-40 h-12 ${ isHeaderNormal ? 'top-1' : '-top-5' } ` } >
336336 < div className = { `bg-white flex-grow ${ isHeaderNormal ? '' : 'shadow' } ` } >
337337 < div className = { `flex-row justify-start items-center inline-block ${ isHeaderNormal ? 'p-0' : 'flex py-2' } ` } style = { { transition : 'all .25s ease-in-out' } } >
338338 < a href = { `/refinery/projects/${ projectId } /settings` } onClick = { goBack } className = "text-green-800 text-sm font-medium" >
You can’t perform that action at this time.
0 commit comments