@@ -38,7 +38,6 @@ import { FloatingVariablesSuggestionsProps } from './types'
3838 * @returns
3939 */
4040const FloatingVariablesSuggestions = ( {
41- zIndex,
4241 appId,
4342 envId,
4443 clusterId,
@@ -69,15 +68,14 @@ const FloatingVariablesSuggestions = ({
6968 < div className = { `${ isActive ? 'dc__visibility-hidden dc__disable-click' : '' } ` } >
7069 < DraggableWrapper
7170 key = "collapsed"
72- zIndex = { zIndex }
7371 positionVariant = { DraggablePositionVariant . SCREEN_BOTTOM_RIGHT }
7472 dragSelector = { `.${ DRAG_SELECTOR } ` }
7573 boundaryGap = { boundaryGap }
7674 parentRef = { null }
7775 >
7876 < div
7977 className = "bcn-7 dc__outline-none-imp dc__border-n0 br-48 flex h-40 pt-8 pb-8 pl-12 pr-12 dc__gap-8 dc__no-shrink"
80- style = { { zIndex , boxShadow : '0px 4px 8px 0px rgba(0, 0, 0, 0.20)' } }
78+ style = { { boxShadow : '0px 4px 8px 0px rgba(0, 0, 0, 0.20)' } }
8179 data-testid = "collapsed-state"
8280 >
8381 < button type = "button" className = "dc__outline-none-imp dc__no-border p-0 bcn-7 h-24" >
@@ -102,7 +100,6 @@ const FloatingVariablesSuggestions = ({
102100 < div className = { `${ ! isActive ? 'dc__visibility-hidden dc__disable-click' : '' } ` } >
103101 < DraggableWrapper
104102 key = { `expanded-${ loadingScopedVariables } ` }
105- zIndex = { zIndex }
106103 positionVariant = { DraggablePositionVariant . SCREEN_BOTTOM_RIGHT }
107104 dragSelector = { `.${ DRAG_SELECTOR } ` }
108105 boundaryGap = { boundaryGap }
@@ -111,7 +108,6 @@ const FloatingVariablesSuggestions = ({
111108 < div
112109 className = { `flex column dc__no-shrink w-356 dc__content-space dc__border-radius-8-imp dc__border dc__overflow-hidden mxh-504 bg__overlay--primary ${ ALLOW_ACTION_OUTSIDE_FOCUS_TRAP } ` }
113110 style = { {
114- zIndex,
115111 boxShadow : '0px 4px 8px 0px rgba(0, 0, 0, 0.25)' ,
116112 } }
117113 >
0 commit comments