From 3be9805b03f79d45d4086ef61af173fdbad44b78 Mon Sep 17 00:00:00 2001 From: Andrew Chen Date: Thu, 12 Dec 2013 11:14:16 +0800 Subject: [PATCH] Update _action-sheet.scss see #310 --- scss/_action-sheet.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/_action-sheet.scss b/scss/_action-sheet.scss index c0001ca776..92ccc62ad5 100644 --- a/scss/_action-sheet.scss +++ b/scss/_action-sheet.scss @@ -1,4 +1,3 @@ - /** * Action Sheets * -------------------------------------------------- @@ -25,6 +24,7 @@ position: fixed; top: 0; left: 0; + z-index: $zindex-modal; width: 100%; height: 100%; background-color: rgba(0,0,0,0);