diff --git a/install/package.json b/install/package.json index 013ec3f782..49f729a3f9 100644 --- a/install/package.json +++ b/install/package.json @@ -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", diff --git a/public/src/modules/quickreply.js b/public/src/modules/quickreply.js index f9c74e4b34..3293bb3275 100644 --- a/public/src/modules/quickreply.js +++ b/public/src/modules/quickreply.js @@ -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', }, };