Skip to content

Commit

Permalink
fix(listview): remove display: flex from listview container
Browse files Browse the repository at this point in the history
  • Loading branch information
joneff committed Sep 14, 2020
1 parent 1fb3238 commit 3a6e7bb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/default/scss/listview/_layout.scss
Expand Up @@ -10,7 +10,6 @@
font-family: $listview-font-family;
font-size: $listview-font-size;
line-height: $listview-line-height;
display: flex;
flex-flow: column nowrap;
position: relative;
-webkit-touch-callout: none;
Expand Down

0 comments on commit 3a6e7bb

Please sign in to comment.