Skip to content

Commit

Permalink
fix: remove absolute position on category title for non native emoji c…
Browse files Browse the repository at this point in the history
…loses #214
  • Loading branch information
scttcper committed May 11, 2019
1 parent 131531b commit 3067ceb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/picker/category.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ export class CategoryComponent implements OnInit {

if (!this.hasStickyPosition) {
this.labelStyles = { height: 28 };
this.labelSpanStyles = { position: 'absolute' };
// this.labelSpanStyles = { position: 'absolute' };
}
}
memoizeSize() {
Expand Down

0 comments on commit 3067ceb

Please sign in to comment.