Skip to content

Commit 2747b7f

Browse files
committed
fix: less containment for minimap-quick-settings
1 parent f2be7d9 commit 2747b7f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

styles/minimap.less

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ atom-text-editor, html {
144144
}
145145

146146
minimap-quick-settings {
147-
contain: @contain_all;
147+
contain: @contain_except_size;
148148
position: absolute !important;
149149
z-index: 5;
150150

@@ -176,17 +176,17 @@ minimap-quick-settings {
176176
}
177177

178178
.select-list.popover-list ol.list-group {
179-
contain: @contain_all;
179+
contain: @contain_except_size;
180180
overflow: visible;
181181
max-height: none;
182182
}
183183

184184
.btn-group {
185-
contain: @contain_all;
185+
contain: @contain_except_size;
186186
width: 100%;
187187

188188
.btn {
189-
contain: @contain_all;
189+
contain: @contain_except_size;
190190
width: 50%;
191191
}
192192
}

0 commit comments

Comments
 (0)