Skip to content

Commit 67ba60d

Browse files
committed
fix: z-index
1 parent 919fb5b commit 67ba60d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webview-ui/src/components/settings/GlamaModelPicker.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ const DropdownWrapper = styled.div`
234234
width: 100%;
235235
`
236236

237-
export const GLAMA_MODEL_PICKER_Z_INDEX = 1_001
237+
export const GLAMA_MODEL_PICKER_Z_INDEX = 1_000
238238

239239
const DropdownList = styled.div`
240240
position: absolute;

0 commit comments

Comments
 (0)