Browse Source

fix: z-index

Matt Rubens 1 year ago
parent
commit
67ba60db6e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      webview-ui/src/components/settings/GlamaModelPicker.tsx

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

@@ -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;