daniel-nagy / md-data-table

Material Design Data Table for Angular Material
MIT License
1.9k stars 519 forks source link

Progress bar 'bumps' the md-body down #244

Open pdore-netfore opened 8 years ago

pdore-netfore commented 8 years ago

When using the md-progress option, the table's body 'jitters' when the progress bar is shown/hidden.

i.e. When sorting, the progress bar shows and then hides, pushing the body down, then back up.

daniel-nagy commented 8 years ago

What happens if you use the following CSS

.md-table-progress md-progress-linear .md-container {
  position: absolute;
}