fix: z-index

This commit is contained in:
Matt Rubens
2025-01-05 01:07:56 -05:00
parent 919fb5b913
commit 67ba60db6e

View File

@@ -234,7 +234,7 @@ const DropdownWrapper = styled.div`
width: 100%; width: 100%;
` `
export const GLAMA_MODEL_PICKER_Z_INDEX = 1_001 export const GLAMA_MODEL_PICKER_Z_INDEX = 1_000
const DropdownList = styled.div` const DropdownList = styled.div`
position: absolute; position: absolute;