Skip to content

Commit 4b24564

Browse files
committed
style: remove double scroll bar through unsetting overflow
1 parent b91bffb commit 4b24564

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

webview-ui/src/index.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,11 @@ https://github.com/microsoft/vscode-webview-ui-toolkit/tree/main/src/dropdown#wi
119119
margin-bottom: 2px;
120120
}
121121

122+
/* Fix dropdown double scrollbar overflow */
123+
#api-provider > div > ul {
124+
overflow: unset;
125+
}
126+
122127
/* Fix scrollbar in dropdown */
123128

124129
vscode-dropdown::part(listbox) {

0 commit comments

Comments
 (0)