Skip to content

Commit

Permalink
fix: calendar height in datepicker for blazor defeault theme layout
Browse files Browse the repository at this point in the history
  • Loading branch information
TeyaVes authored and joneff committed Sep 27, 2019
1 parent cc13d2d commit 3feb5ab
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/default/scss/calendar/_layout.scss
Expand Up @@ -10,6 +10,9 @@
display: inline-block;
user-select: none;

.k-popup & {
height: 100%;
}

// Common
.k-link {
Expand Down

0 comments on commit 3feb5ab

Please sign in to comment.