fix external resources for twemoji

This commit is contained in:
_Bastler
2021-09-14 11:44:45 +02:00
parent 148540dafe
commit 0067a8edc2
4 changed files with 10 additions and 6 deletions
@@ -13,7 +13,6 @@
onMount(() => {
picker = new EmojiButton({
rootElement: emojiContainer,
style : 'twemoji',
styleProperties: {
'--font': 'Press Start 2P'
},
@@ -58,9 +57,10 @@
height: 100%;
justify-content: center;
align-items: center;
.emote-menu {
pointer-events: all;
}
}
.emote-menu {
pointer-events: all;
}
</style>