mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
fix: z-index of highlight layer should be under mode/profile dropdowns (#2417)
This commit is contained in:
parent
6135d351df
commit
9f724bd360
1 changed files with 1 additions and 1 deletions
|
|
@ -816,7 +816,7 @@ const ChatTextArea = forwardRef<HTMLTextAreaElement, ChatTextAreaProps>(
|
|||
"leading-vscode-editor-line-height",
|
||||
"py-2",
|
||||
"px-[9px]",
|
||||
"z-[1000]",
|
||||
"z-10",
|
||||
)}
|
||||
style={{
|
||||
color: "transparent",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue