Skip to content

Commit

Permalink
fix: add virtual columns styles
Browse files Browse the repository at this point in the history
  • Loading branch information
danielkaradachki authored and elena-gancheva committed Nov 21, 2019
1 parent 27e8129 commit 61d3362
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions packages/default/scss/grid/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -931,6 +931,15 @@
}
}

.k-width-container {
position: absolute;
visibility: hidden;
}

.k-width-container div {
height: 1px;
}

.k-grid-virtual[dir="rtl"],
.k-grid-virtual.k-rtl {
.k-grid-content .k-grid-table {
Expand Down

0 comments on commit 61d3362

Please sign in to comment.