mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-20 04:11:10 -05:00
style: remove double scroll bar through unsetting overflow
This commit is contained in:
@@ -119,6 +119,11 @@ https://github.com/microsoft/vscode-webview-ui-toolkit/tree/main/src/dropdown#wi
|
||||
margin-bottom: 2px;
|
||||
}
|
||||
|
||||
/* Fix dropdown double scrollbar overflow */
|
||||
#api-provider > div > ul {
|
||||
overflow: unset;
|
||||
}
|
||||
|
||||
/* Fix scrollbar in dropdown */
|
||||
|
||||
vscode-dropdown::part(listbox) {
|
||||
|
||||
Reference in New Issue
Block a user