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);