From 3067ceb1c82e073bea141e5397731cf175feb3b8 Mon Sep 17 00:00:00 2001 From: Scott Cooper Date: Sat, 11 May 2019 11:33:26 -0700 Subject: [PATCH] fix: remove absolute position on category title for non native emoji closes #214 --- src/lib/picker/category.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/picker/category.component.ts b/src/lib/picker/category.component.ts index 604a1b3b..eb9c0b00 100644 --- a/src/lib/picker/category.component.ts +++ b/src/lib/picker/category.component.ts @@ -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() {