Bring scroll bar into editor when just mini review panel

This commit is contained in:
James Allen 2016-11-16 15:27:33 +00:00
parent 379afe4aa5
commit 51afd49780
2 changed files with 0 additions and 4 deletions

View file

@ -112,7 +112,6 @@ define [
ignoreNextAceEvent = false
scrollPanel = (scrollTop, height) ->
console.log "Scrolling panel", scrollTop, height, list, scroller
if ignoreNextAceEvent
ignoreNextAceEvent = false
else

View file

@ -415,9 +415,6 @@
right: @review-off-width;
.ace-editor-body {
overflow: visible;
.ace_scrollbar-v {
right: -@review-off-width;
}
}
}