You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Need to have a picker that fits a re-sizeable chat container <div>.
Tried many things:
Editing the div .emoji-mart 's width in console to 100% behaves as desired.
The following does not work. <emoji-mart title="Pick your emoji…" emoji="point_up" [style]="{ width: '100%' }"></emoji-mart>
The text was updated successfully, but these errors were encountered:
I see that width is computed here:
https://github.com/TypeCtrl/ngx-emoji-mart/blob/0ec517cb0b12a61540bc0b63fa592cca52d11f53/src/lib/picker/picker.component.html#L2
Need to have a picker that fits a re-sizeable chat container
<div>
.Tried many things:
Editing the
div .emoji-mart
's width in console to 100% behaves as desired.The following does not work.
<emoji-mart title="Pick your emoji…" emoji="point_up" [style]="{ width: '100%' }"></emoji-mart>
The text was updated successfully, but these errors were encountered: