Skip to content

Commit dfd65da

Browse files
author
5ebec
committed
fixed an issue where breakpoints get cut off on macOS
1 parent b32e62f commit dfd65da

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)