Skip to content

Commit 75f26e8

Browse files
authored
fix(sort): style changes to fix IE (#7375)
* fix(sort): style changes to fix IE * Update sort-header.scss
1 parent cc6f39e commit 75f26e8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/lib/sort/sort-header.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ $mat-sort-header-arrow-transition: 225ms cubic-bezier(0.4, 0, 0.2, 1);
5454
align-items: center;
5555
position: absolute;
5656
top: 0;
57+
left: 0;
5758
transition: $mat-sort-header-arrow-transition;
5859
}
5960

@@ -72,6 +73,7 @@ $mat-sort-header-arrow-transition: 225ms cubic-bezier(0.4, 0, 0.2, 1);
7273
height: $mat-sort-header-arrow-thickness;
7374
transition: $mat-sort-header-arrow-transition;
7475
position: absolute;
76+
top: 0;
7577
}
7678

7779
.mat-sort-header-pointer-left {

0 commit comments

Comments
 (0)