fix(my-joy-beta): fix scrolling

This commit is contained in:
Sara Vieira 2018-02-27 13:14:51 +00:00
parent 57098df26b
commit c6db1017fe
1 changed files with 2 additions and 1 deletions

View File

@ -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;