fix @mentions positioning bug

This commit is contained in:
Ramnique Singh 2025-06-13 11:21:45 +05:30
parent d1310004aa
commit 7e9c7d3e3e

View file

@ -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); 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; background-color: white;
z-index: 1000; z-index: 1000;
top: 100% !important; /* Force dropdown below the cursor */ /* top: 100% !important; /* Force dropdown below the cursor */
margin-top: 4px; /* Add some spacing between cursor and dropdown */ /* margin-top: 4px; /* Add some spacing between cursor and dropdown */
} }
/* Dark mode styles */ /* Dark mode styles */