Skip to content

Commit

Permalink
fix(window): resize handles overflow container
Browse files Browse the repository at this point in the history
  • Loading branch information
Juveniel authored and joneff committed Jan 22, 2021
1 parent b1ece1c commit 093277f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/default/scss/window/_layout.scss
Expand Up @@ -140,4 +140,12 @@
}

}

// Resize Handles
.k-window {
.k-resize-n { top: 0; }
.k-resize-e { right: 0; }
.k-resize-s { bottom: 0; }
.k-resize-w { left: 0; }
}
}

0 comments on commit 093277f

Please sign in to comment.