Skip to content

Commit

Permalink
fix(DataTable): add position relative to prevent jumping (#9418)
Browse files Browse the repository at this point in the history
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
tw15egan and kodiakhq[bot] authored Aug 7, 2021
1 parent d7d4f2a commit f7573bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
// Container
//----------------------------------------------------------------------------
.#{$prefix}--data-table-container {
position: relative;
// Allow space for focus styles
padding-top: $spacing-01;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
// Container
//----------------------------------------------------------------------------
.#{$prefix}--data-table-container {
position: relative;
// Allow space for focus styles
padding-top: $spacing-01;
}
Expand Down

0 comments on commit f7573bd

Please sign in to comment.