Skip to content

Commit ab01404

Browse files
authored
Merge pull request #243 from 5ebec/bpstyle
fixed an issue where breakpoints get cut off on macOS
2 parents b32e62f + dfd65da commit ab01404

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

styles/debugger.less

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,7 @@ atom-text-editor.editor{
176176

177177
&.icon {
178178
color: @background-color-error;
179+
position: fixed;
179180
&.inactive {
180181
color: mix(@background-color-error, @syntax-background-color, 50%);
181182
}

0 commit comments

Comments
 (0)