Skip to content

Commit d0e4fb5

Browse files
author
Benjamin Pasero
committed
1 parent 9d405dc commit d0e4fb5

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/vs/workbench/browser/media/part.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,11 @@
33
* Licensed under the MIT License. See License.txt in the project root for license information.
44
*--------------------------------------------------------------------------------------------*/
55

6+
.monaco-workbench > .part {
7+
position: absolute; /* only position absolute when grid is not used (TODO@sbatten TODO@ben remove eventually) */
8+
}
9+
610
.monaco-workbench .part {
7-
position: absolute;
811
box-sizing: border-box;
912
}
1013

0 commit comments

Comments
 (0)