From d2b8d4c136c28c95eabec2eb9a17213cc87551fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= Date: Tue, 10 Feb 2026 22:11:58 -0500 Subject: [PATCH] quick reply autocomplete style change up mentions --- install/package.json | 2 +- public/src/modules/quickreply.js | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) 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', }, };