From 28f21f427767279c600d66e7403c925d08151a33 Mon Sep 17 00:00:00 2001 From: Anil Mandepudi Date: Thu, 20 Oct 2016 09:02:01 -0700 Subject: [PATCH] proper max-height for bottom-sheet (#326) --- less/modules/bottom-sheet.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/less/modules/bottom-sheet.less b/less/modules/bottom-sheet.less index a09e585..400dd81 100644 --- a/less/modules/bottom-sheet.less +++ b/less/modules/bottom-sheet.less @@ -9,7 +9,7 @@ margin: 0; padding: 0 5px; - max-height: ~"calc(100% - 86px)"; + max-height: 60%; background: #fff; box-shadow: 0 2px 6px rgba(0,0,0,0.35);