Skip to content

Commit

Permalink
Merge pull request #190025 from microsoft/joh/yearling-jackal
Browse files Browse the repository at this point in the history
also for mac set `no-drag` for CC
  • Loading branch information
jrieken authored Aug 9, 2023
2 parents 2c5ddd1 + dd47c4f commit 199ad31
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -127,11 +127,6 @@
/* Window Title Menu */
.monaco-workbench .part.titlebar > .titlebar-container > .titlebar-center > .window-title > .command-center {
z-index: 2500;
}

/* MacOS Desktop supports click event despite `drag` and therefore we don't need to clear it */
.monaco-workbench:not(.mac) .part.titlebar > .titlebar-container > .titlebar-center > .window-title > .command-center,
.monaco-workbench.mac.web .part.titlebar > .titlebar-container > .titlebar-center > .window-title > .command-center {
-webkit-app-region: no-drag;
}

Expand Down

0 comments on commit 199ad31

Please sign in to comment.