We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d405dc commit d0e4fb5Copy full SHA for d0e4fb5
1 file changed
src/vs/workbench/browser/media/part.css
@@ -3,8 +3,11 @@
3
* Licensed under the MIT License. See License.txt in the project root for license information.
4
*--------------------------------------------------------------------------------------------*/
5
6
+.monaco-workbench > .part {
7
+ position: absolute; /* only position absolute when grid is not used (TODO@sbatten TODO@ben remove eventually) */
8
+}
9
+
10
.monaco-workbench .part {
- position: absolute;
11
box-sizing: border-box;
12
}
13
0 commit comments