Skip to content

Commit

Permalink
fix: less containment for minimap-quick-settings
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Nov 21, 2020
1 parent f2be7d9 commit 2747b7f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions styles/minimap.less
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ atom-text-editor, html {
}

minimap-quick-settings {
contain: @contain_all;
contain: @contain_except_size;
position: absolute !important;
z-index: 5;

Expand Down Expand Up @@ -176,17 +176,17 @@ minimap-quick-settings {
}

.select-list.popover-list ol.list-group {
contain: @contain_all;
contain: @contain_except_size;
overflow: visible;
max-height: none;
}

.btn-group {
contain: @contain_all;
contain: @contain_except_size;
width: 100%;

.btn {
contain: @contain_all;
contain: @contain_except_size;
width: 50%;
}
}
Expand Down

0 comments on commit 2747b7f

Please sign in to comment.