@@ -34,7 +34,7 @@ exports[`Select.Basic does not filter when filterOption value is false 1`] = `
3434 >
3535 <div
3636 class = " rc-virtual-list-holder"
37- style = " max-height: 200px; overflow-y: auto ;"
37+ style = " max-height: 200px; overflow-y: hidden ;"
3838 >
3939 <div >
4040 <div
@@ -298,7 +298,7 @@ exports[`Select.Basic render should support fieldName 1`] = `
298298>
299299 <div
300300 class = " rc-virtual-list-holder"
301- style = " max-height: 200px; overflow-y: auto ;"
301+ style = " max-height: 200px; overflow-y: hidden ;"
302302 >
303303 <div >
304304 <div
@@ -344,7 +344,7 @@ exports[`Select.Basic render should support fieldName 2`] = `
344344>
345345 <div
346346 class = " rc-virtual-list-holder"
347- style = " max-height: 200px; overflow-y: auto ;"
347+ style = " max-height: 200px; overflow-y: hidden ;"
348348 >
349349 <div >
350350 <div
@@ -390,7 +390,7 @@ exports[`Select.Basic render should support fieldName 3`] = `
390390>
391391 <div
392392 class = " rc-virtual-list-holder"
393- style = " max-height: 200px; overflow-y: auto ;"
393+ style = " max-height: 200px; overflow-y: hidden ;"
394394 >
395395 <div >
396396 <div
@@ -463,7 +463,7 @@ exports[`Select.Basic should contain falsy children 1`] = `
463463 >
464464 <div
465465 class = " rc-virtual-list-holder"
466- style = " max-height: 200px; overflow-y: auto ;"
466+ style = " max-height: 200px; overflow-y: hidden ;"
467467 >
468468 <div >
469469 <div
@@ -560,7 +560,7 @@ exports[`Select.Basic should render custom dropdown correctly 1`] = `
560560 >
561561 <div
562562 class = " rc-virtual-list-holder"
563- style = " max-height: 200px; overflow-y: auto ;"
563+ style = " max-height: 200px; overflow-y: hidden ;"
564564 >
565565 <div >
566566 <div
0 commit comments