mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-07 08:26:51 +00:00
fix: z-index
This commit is contained in:
parent
919fb5b913
commit
67ba60db6e
1 changed files with 1 additions and 1 deletions
|
|
@ -234,7 +234,7 @@ const DropdownWrapper = styled.div`
|
|||
width: 100%;
|
||||
`
|
||||
|
||||
export const GLAMA_MODEL_PICKER_Z_INDEX = 1_001
|
||||
export const GLAMA_MODEL_PICKER_Z_INDEX = 1_000
|
||||
|
||||
const DropdownList = styled.div`
|
||||
position: absolute;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue