We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ab44e6 commit 8dbfe08Copy full SHA for 8dbfe08
src/vs/workbench/browser/parts/titlebar/media/titlebarpart.css
@@ -46,6 +46,13 @@
46
justify-content: left;
47
}
48
49
+.monaco-workbench.web.safari .part.titlebar,
50
+.monaco-workbench.web.safari .part.titlebar>.titlebar-container {
51
+ /* Must be scoped to safari due to #148851 */
52
+ /* Is required in safari due to #149476 */
53
+ overflow: visible;
54
+}
55
+
56
/* Draggable region */
57
.monaco-workbench .part.titlebar>.titlebar-container>.titlebar-drag-region {
58
top: 0;
0 commit comments