quick reply autocomplete style change

up mentions
This commit is contained in:
Barış Soner Uşaklı
2026-02-10 22:11:58 -05:00
parent 45ff9f0d45
commit d2b8d4c136
2 changed files with 5 additions and 2 deletions

View File

@@ -103,7 +103,7 @@
"nodebb-plugin-emoji-android": "4.1.1",
"nodebb-plugin-link-preview": "2.2.3",
"nodebb-plugin-markdown": "13.2.4",
"nodebb-plugin-mentions": "4.8.13",
"nodebb-plugin-mentions": "4.8.14",
"nodebb-plugin-spam-be-gone": "2.3.2",
"nodebb-plugin-web-push": "0.7.6",
"nodebb-rewards-essentials": "1.0.2",

View File

@@ -19,8 +19,11 @@ define('quickreply', [
strategies: [],
options: {
style: {
'z-index': 100,
'z-index': 20000,
'max-height': '250px',
overflow: 'auto',
},
className: 'dropdown-menu textcomplete-dropdown ghost-scrollbar',
},
};