Skip to content
This repository has been archived by the owner on Apr 15, 2019. It is now read-only.

Commit

Permalink
chore(grid): fix second content table position when used with locked …
Browse files Browse the repository at this point in the history
…columns
  • Loading branch information
theOrlin committed Nov 16, 2017
1 parent 9dd16e2 commit e82a32d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scss/grid/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -754,6 +754,10 @@
position: relative;
border-style: solid;
border-width: 0 1px 0 0;

& + .k-grid-content.k-auto-scrollable {
display: inline-block;
}
}

.k-grid-content,
Expand Down

0 comments on commit e82a32d

Please sign in to comment.