From 5b071de6bfbb5a7be62b1f68b9f449c5c18d31cf Mon Sep 17 00:00:00 2001 From: Javi Velasco Date: Sun, 28 Jun 2015 12:54:52 +0200 Subject: [PATCH] Hide overflow in Dropdown component --- components/dropdown/style.styl | 1 + 1 file changed, 1 insertion(+) diff --git a/components/dropdown/style.styl b/components/dropdown/style.styl index b1377a03..15065890 100644 --- a/components/dropdown/style.styl +++ b/components/dropdown/style.styl @@ -74,6 +74,7 @@ max-height : 50vh list-style : none opacity : 0 + overflow : hidden background-color : WHITE border-radius : BORDER_RADIUS transform translateY(-(INPUT_HEIGHT / 2))