From 7e9c7d3e3e4c75702b77cf1b0817f9f02834259a Mon Sep 17 00:00:00 2001 From: Ramnique Singh <30795890+ramnique@users.noreply.github.com> Date: Fri, 13 Jun 2025 11:21:45 +0530 Subject: [PATCH] fix @mentions positioning bug --- apps/rowboat/app/styles/quill-mentions.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/rowboat/app/styles/quill-mentions.css b/apps/rowboat/app/styles/quill-mentions.css index b0f14500..3f1259fa 100644 --- a/apps/rowboat/app/styles/quill-mentions.css +++ b/apps/rowboat/app/styles/quill-mentions.css @@ -5,8 +5,8 @@ box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1); background-color: white; z-index: 1000; - top: 100% !important; /* Force dropdown below the cursor */ - margin-top: 4px; /* Add some spacing between cursor and dropdown */ + /* top: 100% !important; /* Force dropdown below the cursor */ + /* margin-top: 4px; /* Add some spacing between cursor and dropdown */ } /* Dark mode styles */