@@ -43,10 +43,10 @@ exports[`Table renders again with new data 1`] = `
43
43
>
44
44
<MultiGrid
45
45
cellRenderer = { [Function ]}
46
- classNameBottomLeftGrid = " "
46
+ classNameBottomLeftGrid = " css-1oay0jc "
47
47
classNameBottomRightGrid = " "
48
48
classNameTopLeftGrid = " "
49
- classNameTopRightGrid = " "
49
+ classNameTopRightGrid = " css-1oay0jc "
50
50
columnCount = { 1 }
51
51
columnWidth = { [Function ]}
52
52
enableFixedColumnScroll = { true }
@@ -116,10 +116,10 @@ exports[`Table renders again with new data 2`] = `
116
116
>
117
117
<MultiGrid
118
118
cellRenderer = { [Function ]}
119
- classNameBottomLeftGrid = " "
119
+ classNameBottomLeftGrid = " css-1oay0jc "
120
120
classNameBottomRightGrid = " "
121
121
classNameTopLeftGrid = " "
122
- classNameTopRightGrid = " "
122
+ classNameTopRightGrid = " css-1oay0jc "
123
123
columnCount = { 1 }
124
124
columnWidth = { [Function ]}
125
125
enableFixedColumnScroll = { true }
@@ -147,11 +147,19 @@ exports[`Table renders again with new data 2`] = `
147
147
` ;
148
148
149
149
exports [` Table renders default 1` ] = `
150
- .emotion-12 {
150
+ .emotion-14 {
151
151
font - family : - apple - system ,BlinkMacSystemFont ,' Segoe UI' ,' Helvetica' ,' Arial' ,sans - serif ,' Apple Color Emoji' ,' Segoe UI Emoji' ,' Segoe UI Symbol' ;
152
152
font - weight : normal ;
153
153
}
154
154
155
+ .emotion-4 {
156
+ - ms - overflow - style : - ms - autohiding - scrollbar ;
157
+ }
158
+
159
+ .emotion-4::-webkit-scrollbar {
160
+ display : none ;
161
+ }
162
+
155
163
.emotion-0 {
156
164
box - sizing : border - box ;
157
165
font - family : - apple - system ,BlinkMacSystemFont ,' Segoe UI' ,' Helvetica' ,' Arial' ,sans - serif ,' Apple Color Emoji' ,' Segoe UI Emoji' ,' Segoe UI Symbol' ;
@@ -188,7 +196,7 @@ exports[`Table renders default 1`] = `
188
196
width : 307.2px ;
189
197
}
190
198
191
- .emotion-4 {
199
+ .emotion-5 {
192
200
box - sizing : border - box ;
193
201
font - family : - apple - system ,BlinkMacSystemFont ,' Segoe UI' ,' Helvetica' ,' Arial' ,sans - serif ,' Apple Color Emoji' ,' Segoe UI Emoji' ,' Segoe UI Symbol' ;
194
202
border - bottom : 1px solid #DADDE2 ;
@@ -199,7 +207,7 @@ exports[`Table renders default 1`] = `
199
207
width : 307.2px ;
200
208
}
201
209
202
- .emotion-5 {
210
+ .emotion-6 {
203
211
box - sizing : border - box ;
204
212
font - family : - apple - system ,BlinkMacSystemFont ,' Segoe UI' ,' Helvetica' ,' Arial' ,sans - serif ,' Apple Color Emoji' ,' Segoe UI Emoji' ,' Segoe UI Symbol' ;
205
213
border - bottom : 1px solid #DADDE2 ;
@@ -210,7 +218,7 @@ exports[`Table renders default 1`] = `
210
218
width : 307.2px ;
211
219
}
212
220
213
- .emotion-7 {
221
+ .emotion-9 {
214
222
box - sizing : border - box ;
215
223
font - family : - apple - system ,BlinkMacSystemFont ,' Segoe UI' ,' Helvetica' ,' Arial' ,sans - serif ,' Apple Color Emoji' ,' Segoe UI Emoji' ,' Segoe UI Symbol' ;
216
224
border - bottom : 1px solid #DADDE2 ;
@@ -221,7 +229,7 @@ exports[`Table renders default 1`] = `
221
229
width : 307.2px ;
222
230
}
223
231
224
- .emotion-8 {
232
+ .emotion-10 {
225
233
box - sizing : border - box ;
226
234
font - family : - apple - system ,BlinkMacSystemFont ,' Segoe UI' ,' Helvetica' ,' Arial' ,sans - serif ,' Apple Color Emoji' ,' Segoe UI Emoji' ,' Segoe UI Symbol' ;
227
235
border - bottom : 1px solid #DADDE2 ;
@@ -232,7 +240,7 @@ exports[`Table renders default 1`] = `
232
240
width : 307.2px ;
233
241
}
234
242
235
- .emotion-10 {
243
+ .emotion-12 {
236
244
box - sizing : border - box ;
237
245
font - family : - apple - system ,BlinkMacSystemFont ,' Segoe UI' ,' Helvetica' ,' Arial' ,sans - serif ,' Apple Color Emoji' ,' Segoe UI Emoji' ,' Segoe UI Symbol' ;
238
246
border - bottom : 1px solid #DADDE2 ;
@@ -243,7 +251,7 @@ exports[`Table renders default 1`] = `
243
251
width : 307.2px ;
244
252
}
245
253
246
- .emotion-11 {
254
+ .emotion-13 {
247
255
box - sizing : border - box ;
248
256
font - family : - apple - system ,BlinkMacSystemFont ,' Segoe UI' ,' Helvetica' ,' Arial' ,sans - serif ,' Apple Color Emoji' ,' Segoe UI Emoji' ,' Segoe UI Symbol' ;
249
257
border - bottom : 1px solid #DADDE2 ;
@@ -255,7 +263,7 @@ exports[`Table renders default 1`] = `
255
263
}
256
264
257
265
<div
258
- class = " emotion-12 "
266
+ class = " emotion-14 "
259
267
style = " overflow:visible;height:0;width:0"
260
268
>
261
269
<div
@@ -290,7 +298,7 @@ exports[`Table renders default 1`] = `
290
298
<div
291
299
aria-label = " grid"
292
300
aria-readonly = " true"
293
- class = " ReactVirtualized__Grid"
301
+ class = " ReactVirtualized__Grid emotion-4 "
294
302
role = " grid"
295
303
style = " box-sizing:border-box;direction:ltr;height:35px;position:absolute;width:716.8px;-webkit-overflow-scrolling:touch;will-change:transform;overflow-x:auto;overflow-y:hidden;left:0;top:0"
296
304
>
@@ -328,7 +336,7 @@ exports[`Table renders default 1`] = `
328
336
<div
329
337
aria-label = " grid"
330
338
aria-readonly = " true"
331
- class = " ReactVirtualized__Grid"
339
+ class = " ReactVirtualized__Grid emotion-4 "
332
340
role = " grid"
333
341
style = " box-sizing:border-box;direction:ltr;height:733px;position:absolute;width:307.2px;-webkit-overflow-scrolling:touch;will-change:transform;overflow-x:hidden;overflow-y:auto;left:0"
334
342
>
@@ -338,14 +346,14 @@ exports[`Table renders default 1`] = `
338
346
style = " width:307.2px;height:70px;max-width:307.2px;max-height:70px;overflow:hidden;pointer-events:;position:relative"
339
347
>
340
348
<div
341
- class = " emotion-4 "
349
+ class = " emotion-5 "
342
350
>
343
351
<strong >
344
352
Brian Vaughn
345
353
</strong >
346
354
</div >
347
355
<div
348
- class = " emotion-5 "
356
+ class = " emotion-6 "
349
357
>
350
358
<strong >
351
359
Jon Doe
@@ -368,42 +376,42 @@ exports[`Table renders default 1`] = `
368
376
style = " width:1021.5999999999999px;height:70px;max-width:1021.5999999999999px;max-height:70px;overflow:hidden;pointer-events:;position:relative"
369
377
>
370
378
<div
371
- class = " emotion-4 "
379
+ class = " emotion-5 "
372
380
>
373
381
<em >
374
382
Software Engineer
375
383
</em >
376
384
</div >
377
385
<div
378
- class = " emotion-7 "
386
+ class = " emotion-9 "
379
387
>
380
388
<span >
381
389
CA
382
390
</span >
383
391
</div >
384
392
<div
385
- class = " emotion-8 "
393
+ class = " emotion-10 "
386
394
>
387
395
<span >
388
396
95125
389
397
</span >
390
398
</div >
391
399
<div
392
- class = " emotion-5 "
400
+ class = " emotion-6 "
393
401
>
394
402
<em >
395
403
Product engineer
396
404
</em >
397
405
</div >
398
406
<div
399
- class = " emotion-10 "
407
+ class = " emotion-12 "
400
408
>
401
409
<span >
402
410
CA
403
411
</span >
404
412
</div >
405
413
<div
406
- class = " emotion-11 "
414
+ class = " emotion-13 "
407
415
>
408
416
<span >
409
417
95125
0 commit comments