From c6db1017fe43fce25418b692554be8bbde5ce56f Mon Sep 17 00:00:00 2001 From: Sara Vieira Date: Tue, 27 Feb 2018 13:14:51 +0000 Subject: [PATCH] fix(my-joy-beta): fix scrolling --- .../section-list/__tests__/__snapshots__/section.spec.js.snap | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/ui-toolkit/src/section-list/__tests__/__snapshots__/section.spec.js.snap b/packages/ui-toolkit/src/section-list/__tests__/__snapshots__/section.spec.js.snap index c18f9873..61a6d46c 100644 --- a/packages/ui-toolkit/src/section-list/__tests__/__snapshots__/section.spec.js.snap +++ b/packages/ui-toolkit/src/section-list/__tests__/__snapshots__/section.spec.js.snap @@ -276,7 +276,8 @@ exports[`SectionList SectionList 1`] = ` padding: 0.8125rem 0rem; margin: 1.125rem 0 0 0; max-height: 50px; - overflow-x: scroll; + overflow-x: auto; + overflow-y: hidden; box-sizing: border-box; display: -webkit-inline-box; display: -webkit-inline-flex;