We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d39235f commit d480862Copy full SHA for d480862
lib/debugger/stepper-view.coffee
@@ -65,6 +65,7 @@ class StepperView
65
@editor.decorateMarker @marker,
66
type: 'overlay'
67
item: @view
68
+ class: 'ink-overlay'
69
avoidOverflow: false
70
@widthListener = () =>
71
ed = atom.views.getView(@editor)
styles/ink.less
@@ -120,7 +120,7 @@
120
121
&:hover {
122
z-index: 5!important;
123
- .ink-result-container {
+ .ink-result-container, .ink.stepper {
124
max-width: none!important;
125
}
126
0 commit comments