Skip to content

Commit 0c55a56

Browse files
committed
fix: scroll bar appearing in commit dropdown
1 parent 1ffe542 commit 0c55a56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/extensionsIntegrated/TabBar/more-options.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ define(function (require, exports, module) {
272272

273273
dropdown.showDropdown();
274274

275-
$(".tabbar-context-menu").css("max-height", "200px");
275+
$(".tabbar-context-menu").css("max-height", "300px");
276276

277277
// handle the option selection
278278
dropdown.on("select", function (e, item) {

0 commit comments

Comments
 (0)