mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-07-21 21:31:12 +02:00
Merge pull request #162 from rowboatlabs/dev
fix @mentions positioning bug
This commit is contained in:
commit
8096eaf63b
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