Skip to content

Commit

Permalink
fix(action-sheet): add z-index to actionsheet container
Browse files Browse the repository at this point in the history
  • Loading branch information
joneff committed May 4, 2021
1 parent 20b0167 commit d6aca3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/default/scss/action-sheet/_layout.scss
Expand Up @@ -6,6 +6,7 @@
position: fixed;
top: 0;
left: 0;
z-index: 9999;
overflow: hidden;
}

Expand Down

0 comments on commit d6aca3b

Please sign in to comment.