Skip to content

Commit be0639a

Browse files
authored
title - make sure toolbar is not consuming space without actions (microsoft#227078)
In microsoft#226804, we noticed that there was reserved space to the left of the window controls that disallowed to drag the window. This is because the toolbar has configured `-webkit-app-region: no-drag`. Without actions appearing, we would have a `28px` area where you could not drag the window.
1 parent ab9f00c commit be0639a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/vs/workbench/browser/parts/titlebar/media/titlebarpart.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,6 @@
388388
z-index: 2500;
389389
-webkit-app-region: no-drag;
390390
height: 100%;
391-
min-width: 28px;
392391
}
393392

394393
.monaco-workbench .part.titlebar > .titlebar-container > .titlebar-right > .action-toolbar-container {

0 commit comments

Comments
 (0)