Skip to content

Commit

Permalink
fix(actionsheet): reset position of action sheet in popup
Browse files Browse the repository at this point in the history
  • Loading branch information
joneff committed Apr 20, 2021
1 parent 95b61f4 commit e331c6b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions packages/default/scss/action-sheet/_layout.scss
Expand Up @@ -127,4 +127,14 @@
transform: translatey( -50% );
}


// Action sheet in popup
.k-animation-container > .k-actionsheet {
top: auto;
right: auto;
bottom: auto;
left: auto;
transform: none;
}

}

0 comments on commit e331c6b

Please sign in to comment.