Skip to content

Commit 8a51b73

Browse files
committed
Adjust dropdown menu z-index for proper layering
1 parent 13548ea commit 8a51b73

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/ui/src/components/editor/Dropdown/Dropdown.module.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
.menu {
3838
position: absolute;
3939
right: 0;
40-
z-index: 2;
40+
z-index: 3;
4141
background-color: var(--vscode-dropdown-background);
4242
border: 1px solid var(--vscode-focusBorder);
4343
min-width: 100%;

packages/vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "gemini-coder",
33
"displayName": "Code Web Chat (CWC)",
44
"description": "Initialize your favorite chatbot, then apply the response with a single click",
5-
"version": "1.141.0",
5+
"version": "1.142.0",
66
"scripts": {
77
"build": "npx vsce package --no-dependencies",
88
"vscode:prepublish": "npm run compile",

0 commit comments

Comments
 (0)