Skip to content

Commit 8d316f1

Browse files
committed
(fix) remove emoji-picker extra scrollbar
1 parent be5b7f8 commit 8d316f1

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"vue": "^2.6.14"
7575
},
7676
"dependencies": {
77-
"emoji-picker-element": "^1.8.1",
77+
"emoji-picker-element": "^1.8.2",
7878
"linkifyjs": "^2.1.9",
7979
"v-click-outside": "^3.1.2"
8080
},

src/components/EmojiPickerContainer/EmojiPickerContainer.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@
2020
background: var(--chat-emoji-bg-color);
2121
box-shadow: 0 1px 2px -2px rgba(0, 0, 0, 0.1),
2222
0 1px 2px -1px rgba(0, 0, 0, 0.1), 0 1px 2px 1px rgba(0, 0, 0, 0.1);
23+
scrollbar-width: none;
24+
25+
&::-webkit-scrollbar {
26+
display: none;
27+
}
2328

2429
&.vac-picker-reaction {
2530
position: fixed;

0 commit comments

Comments
 (0)