🆙 Scrollbar 100% habbo

This commit is contained in:
DuckieTM
2026-06-06 18:58:23 +02:00
parent 0a6aeafe11
commit 110363ab1c
8 changed files with 201 additions and 124 deletions
@@ -99,7 +99,7 @@ export const ChatInputMentionSelectorView: FC<ChatInputMentionSelectorViewProps>
<span className="chat-input-mention-popover-header-dot" aria-hidden />
<span>@ Mention</span>
</div>
<div ref={ listRef } className="chat-input-mention-popover-list">
<div ref={ listRef } className="chat-input-mention-popover-list has-classic-scrollbar">
{ suggestions.map((suggestion, index) =>
{
const isSelected = (index === selectedIndex);