From cb6ec69f59a0db924860c3d25598009902894a0a Mon Sep 17 00:00:00 2001 From: Olivier Tassinari Date: Sun, 28 Jun 2015 11:50:18 +0100 Subject: [PATCH] [listitem] allow the display of dropdown inside a list item --- src/lists/list-item.jsx | 1 - src/ripples/touch-ripple.jsx | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lists/list-item.jsx b/src/lists/list-item.jsx index 80f2f4a39f3696..b22c4c6bd7b0fe 100644 --- a/src/lists/list-item.jsx +++ b/src/lists/list-item.jsx @@ -92,7 +92,6 @@ let ListItem = React.createClass({ display: 'block', fontSize: 16, lineHeight: '16px', - overflow: 'hidden', position: 'relative', transition: Transitions.easeOut() }, diff --git a/src/ripples/touch-ripple.jsx b/src/ripples/touch-ripple.jsx index a1ac31b4a4ee3f..463309627ec8fc 100644 --- a/src/ripples/touch-ripple.jsx +++ b/src/ripples/touch-ripple.jsx @@ -31,7 +31,8 @@ let TouchRipple = React.createClass({ width: '100%', position: 'absolute', top: 0, - left: 0 + left: 0, + overflow: 'hidden', }, this.props.style); return (