Skip to content

Commit cd049e1

Browse files
authored
Merge pull request #266 from JunoLab/sp/stepperhover
make stepper behaviour consistent
2 parents d39235f + d480862 commit cd049e1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

lib/debugger/stepper-view.coffee

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ class StepperView
6565
@editor.decorateMarker @marker,
6666
type: 'overlay'
6767
item: @view
68+
class: 'ink-overlay'
6869
avoidOverflow: false
6970
@widthListener = () =>
7071
ed = atom.views.getView(@editor)

styles/ink.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120

121121
&:hover {
122122
z-index: 5!important;
123-
.ink-result-container {
123+
.ink-result-container, .ink.stepper {
124124
max-width: none!important;
125125
}
126126
}

0 commit comments

Comments
 (0)