mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-05-16 18:25:17 +02:00
fix @mentions positioning bug
This commit is contained in:
parent
d1310004aa
commit
7e9c7d3e3e
1 changed files with 2 additions and 2 deletions
|
|
@ -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 */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue