We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0aa9168 commit 6a2d035Copy full SHA for 6a2d035
1 file changed
src/vs/base/browser/ui/menu/menu.ts
@@ -206,11 +206,6 @@ export class Menu extends ActionBar {
206
const scrollElement = this.scrollableElement.getDomNode();
207
scrollElement.style.position = '';
208
209
- console.log(`Window Inner Height: ${window.innerHeight}px`);
210
- console.log(`Menu Container Bounding Rect Top: ${container.getBoundingClientRect().top}px`);
211
- console.log(container);
212
-
213
214
menuElement.style.maxHeight = `${Math.max(10, window.innerHeight - container.getBoundingClientRect().top - 30)}px`;
215
216
this.menuDisposables.add(this.scrollableElement.onScroll(() => {
0 commit comments