mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-02-16 11:37:37 +01:00
quick reply autocomplete style change
up mentions
This commit is contained in:
@@ -103,7 +103,7 @@
|
|||||||
"nodebb-plugin-emoji-android": "4.1.1",
|
"nodebb-plugin-emoji-android": "4.1.1",
|
||||||
"nodebb-plugin-link-preview": "2.2.3",
|
"nodebb-plugin-link-preview": "2.2.3",
|
||||||
"nodebb-plugin-markdown": "13.2.4",
|
"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-spam-be-gone": "2.3.2",
|
||||||
"nodebb-plugin-web-push": "0.7.6",
|
"nodebb-plugin-web-push": "0.7.6",
|
||||||
"nodebb-rewards-essentials": "1.0.2",
|
"nodebb-rewards-essentials": "1.0.2",
|
||||||
|
|||||||
@@ -19,8 +19,11 @@ define('quickreply', [
|
|||||||
strategies: [],
|
strategies: [],
|
||||||
options: {
|
options: {
|
||||||
style: {
|
style: {
|
||||||
'z-index': 100,
|
'z-index': 20000,
|
||||||
|
'max-height': '250px',
|
||||||
|
overflow: 'auto',
|
||||||
},
|
},
|
||||||
|
className: 'dropdown-menu textcomplete-dropdown ghost-scrollbar',
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user