This repository was archived by the owner on Dec 15, 2022. It is now read-only.
File tree 1 file changed +11
-1
lines changed 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change 4
4
-webkit-user-drag : element;
5
5
}
6
6
7
+ @contain_all : size layout paint style ;
8
+ @contain_except_size : layout paint style ;
9
+
7
10
.tree-view {
8
- contain : size ;
11
+ contain : @contain_all ;
9
12
overflow : auto ;
10
13
z-index : 2 ;
11
14
-webkit-user-select : none ;
14
17
flex-direction : column ;
15
18
16
19
#add-projects-view {
20
+ contain : @contain_all ;
17
21
display : flex ;
18
22
flex : 1 ;
19
23
flex-direction : column ;
37
41
}
38
42
39
43
.icon-large ::before {
44
+ contain : @contain_except_size ;
40
45
margin-right : 0 ;
41
46
margin-bottom : 50px ;
42
47
width : auto ;
45
50
}
46
51
47
52
.tree-view-root {
53
+ contain : @contain_except_size ;
48
54
padding-left : @component-icon-padding ;
49
55
padding-right : @component-padding ;
50
56
background-color : inherit ;
74
80
}
75
81
76
82
.header {
83
+ contain : @contain_except_size ;
77
84
position : relative ;
78
85
}
79
86
80
87
.tree-view-root .list-tree {
88
+ contain : @contain_except_size ;
81
89
// Keeps selections expanded while dragging
82
90
position : static ;
83
91
}
84
92
85
93
.entry {
94
+ contain : style ;
86
95
// This fixes #110, see that issue for more details
87
96
& ::before {
88
97
content : ' ' ;
92
101
93
102
/* Drag and Drop */
94
103
.placeholder {
104
+ contain : @contain_all ;
95
105
position : absolute ;
96
106
left : @component-icon-padding ;
97
107
padding : 0 ;
You can’t perform that action at this time.
0 commit comments