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 f2be7d9 commit 2747b7fCopy full SHA for 2747b7f
styles/minimap.less
@@ -144,7 +144,7 @@ atom-text-editor, html {
144
}
145
146
minimap-quick-settings {
147
- contain: @contain_all;
+ contain: @contain_except_size;
148
position: absolute !important;
149
z-index: 5;
150
@@ -176,17 +176,17 @@ minimap-quick-settings {
176
177
178
.select-list.popover-list ol.list-group {
179
180
overflow: visible;
181
max-height: none;
182
183
184
.btn-group {
185
186
width: 100%;
187
188
.btn {
189
190
width: 50%;
191
192
0 commit comments