Skip to content

Commit

Permalink
fix: remove visual glitch for DataTable loading state (#2599)
Browse files Browse the repository at this point in the history
Co-authored-by: Kyrylo Hudym-Levkovych <kyr.hudym@kyrs-MacBook-Pro.local>
  • Loading branch information
khudym and Kyrylo Hudym-Levkovych authored Sep 6, 2023
1 parent 0ef92d9 commit e1994a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/DataTable/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,7 @@
left: 50%;
transform: translate(-50%, -50%);
z-index: 2;
overflow: hidden;
}

.pgn__datatable__overflow-actions-menu {
Expand Down

0 comments on commit e1994a0

Please sign in to comment.