From bd913c15de0b049805e0b868fe766ca3658139f6 Mon Sep 17 00:00:00 2001 From: Anil Mandepudi Date: Thu, 20 Oct 2016 14:39:05 -0700 Subject: [PATCH] fix tabs --- less/modules/bottom-sheet.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/less/modules/bottom-sheet.less b/less/modules/bottom-sheet.less index 191aff3..f4ffe60 100644 --- a/less/modules/bottom-sheet.less +++ b/less/modules/bottom-sheet.less @@ -42,7 +42,7 @@ &.open { .dropdown-menu { - transform: none; + transform: none; visibility: visible; transition-delay: 0s; top: initial; @@ -53,4 +53,4 @@ background-color: rgba(0, 0, 0, .3); } } -} \ No newline at end of file +}