Github user robertkowalski commented on a diff in the pull request:

    https://github.com/apache/couchdb-fauxton/pull/243#discussion_r23370637
  
    --- Diff: assets/js/libs/ace/ace.js ---
    @@ -12127,7 +12127,7 @@ top: 0;\
     .ace_scrollbar-h {\
     position: absolute;\
     overflow-x: auto;\
    -overflow-y: hidden;\
    +overflow-y: auto;\
    --- End diff --
    
    we should never patch external dependencies directly. for example it leads 
to external dependencies that are not upgradable to the next version as we 
would lose our custom changes we made directly in the libraries. 


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to