mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-09 19:39:06 +00:00
Bring scroll bar into editor when just mini review panel
This commit is contained in:
parent
379afe4aa5
commit
51afd49780
2 changed files with 0 additions and 4 deletions
|
@ -112,7 +112,6 @@ define [
|
|||
ignoreNextAceEvent = false
|
||||
|
||||
scrollPanel = (scrollTop, height) ->
|
||||
console.log "Scrolling panel", scrollTop, height, list, scroller
|
||||
if ignoreNextAceEvent
|
||||
ignoreNextAceEvent = false
|
||||
else
|
||||
|
|
|
@ -415,9 +415,6 @@
|
|||
right: @review-off-width;
|
||||
.ace-editor-body {
|
||||
overflow: visible;
|
||||
.ace_scrollbar-v {
|
||||
right: -@review-off-width;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue