Skip to content

Commit

Permalink
debug: fix view memory action being obstructed by scrollbar
Browse files Browse the repository at this point in the history
  • Loading branch information
connor4312 committed Jan 5, 2022
1 parent 5f90c39 commit bef5c27
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
.debug-pane .monaco-list-row .monaco-action-bar {
display: none;
flex-shrink: 0;
margin-right: 1px;
margin-right: 6px;
}

.debug-pane .monaco-list-row:hover .monaco-action-bar,
Expand Down

0 comments on commit bef5c27

Please sign in to comment.