mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-04 07:15:54 +01:00
Issue reporter scrollbar is non-standard/looks out of place, fixes #42568
This commit is contained in:
@@ -335,4 +335,12 @@ button {
|
||||
#similar-issues {
|
||||
margin-left: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
body::-webkit-scrollbar {
|
||||
width: 14px;
|
||||
}
|
||||
|
||||
body::-webkit-scrollbar-thumb {
|
||||
min-height: 20px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user