Skip to content

Commit

Permalink
fix(drawer): drawer should not be wider than its parent
Browse files Browse the repository at this point in the history
  • Loading branch information
joneff committed Jun 6, 2022
1 parent 4e47d1a commit 52a8c6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/default/scss/drawer/_layout.scss
Expand Up @@ -11,6 +11,7 @@
}
.k-drawer {
height: 100%;
max-width: 100%;
border-width: 0;
border-style: solid;
box-sizing: border-box;
Expand Down

0 comments on commit 52a8c6b

Please sign in to comment.