@@ -11,7 +11,6 @@ import { COLORS } from '../../foundations/colors';
11
11
import { SIZES } from '../../foundations/sizes' ;
12
12
import { SPACINGS } from '../../foundations/spacings' ;
13
13
import { FONT_WEIGHT , TEXT_ALIGN } from '../../foundations/typography' ;
14
- import { Z_INDEX } from '../../foundations/zIndex' ;
15
14
import { TextVariantType } from '../text/variants' ;
16
15
import { FooterVariants } from '../variants' ;
17
16
import { DrawerVariantType } from './variants' ;
@@ -42,8 +41,6 @@ const containerCommonProps: {
42
41
} ,
43
42
} ;
44
43
const commonIconContainerProps : CommonStyleType = {
45
- position : 'sticky' ,
46
- z_index : Z_INDEX . STICKY ,
47
44
background_color : COLORS . NEUTRAL . color_neutral_bg_250 ,
48
45
} ;
49
46
const commonTitleProps : TypographyTypes = {
@@ -59,8 +56,6 @@ const commonIconProps: IconTypes = {
59
56
const commonFooterProps : CommonStyleType & {
60
57
variant ?: string ;
61
58
} = {
62
- position : 'sticky' ,
63
- z_index : Z_INDEX . STICKY ,
64
59
border_top : `${ BORDERS . border_50 } solid ${ COLORS . NEUTRAL . color_neutral_border_200 } ` ,
65
60
variant : FooterVariants . DEFAULT ,
66
61
} ;
@@ -102,8 +97,6 @@ export const DRAWER_STYLES: DrawerStylesType<DrawerVariantType> = {
102
97
titleContainer : {
103
98
margin_bottom : SPACINGS . spacing_400 ,
104
99
text_align : TEXT_ALIGN . left ,
105
- position : 'sticky' ,
106
- z_index : Z_INDEX . STICKY ,
107
100
background_color : COLORS . NEUTRAL . color_neutral_bg_250 ,
108
101
} ,
109
102
title : {
@@ -152,8 +145,6 @@ export const DRAWER_STYLES: DrawerStylesType<DrawerVariantType> = {
152
145
titleContainer : {
153
146
margin_bottom : SPACINGS . spacing_400 ,
154
147
text_align : TEXT_ALIGN . center ,
155
- position : 'sticky' ,
156
- z_index : Z_INDEX . STICKY ,
157
148
background_color : COLORS . NEUTRAL . color_neutral_bg_250 ,
158
149
} ,
159
150
title : {
@@ -202,8 +193,6 @@ export const DRAWER_STYLES: DrawerStylesType<DrawerVariantType> = {
202
193
titleContainer : {
203
194
margin_bottom : SPACINGS . spacing_400 ,
204
195
text_align : TEXT_ALIGN . center ,
205
- position : 'sticky' ,
206
- z_index : Z_INDEX . STICKY ,
207
196
background_color : COLORS . NEUTRAL . color_neutral_bg_250 ,
208
197
} ,
209
198
title : {
@@ -265,8 +254,6 @@ export const DRAWER_STYLES: DrawerStylesType<DrawerVariantType> = {
265
254
titleContainer : {
266
255
margin_bottom : SPACINGS . spacing_400 ,
267
256
text_align : TEXT_ALIGN . left ,
268
- position : 'sticky' ,
269
- z_index : Z_INDEX . STICKY ,
270
257
background_color : COLORS . NEUTRAL . color_neutral_bg_250 ,
271
258
} ,
272
259
title : {
@@ -318,8 +305,6 @@ export const DRAWER_STYLES: DrawerStylesType<DrawerVariantType> = {
318
305
titleContainer : {
319
306
margin_bottom : SPACINGS . spacing_400 ,
320
307
text_align : TEXT_ALIGN . center ,
321
- position : 'sticky' ,
322
- z_index : Z_INDEX . STICKY ,
323
308
background_color : COLORS . NEUTRAL . color_neutral_bg_250 ,
324
309
} ,
325
310
title : {
@@ -360,8 +345,6 @@ export const DRAWER_STYLES: DrawerStylesType<DrawerVariantType> = {
360
345
titleContainer : {
361
346
margin_bottom : SPACINGS . spacing_400 ,
362
347
text_align : TEXT_ALIGN . center ,
363
- position : 'sticky' ,
364
- z_index : Z_INDEX . STICKY ,
365
348
background_color : COLORS . NEUTRAL . color_neutral_bg_250 ,
366
349
} ,
367
350
title : {
0 commit comments