Index: lams_build/conf/etherpad/etherpad-lite/src/static/js/ace2_inner.js =================================================================== diff -u -re43f0bd30b5df2f0c65f7cb75474c76ef253b39a -r50816f9a1a448f88647c2874bf6c8ffe6fa215da --- lams_build/conf/etherpad/etherpad-lite/src/static/js/ace2_inner.js (.../ace2_inner.js) (revision e43f0bd30b5df2f0c65f7cb75474c76ef253b39a) +++ lams_build/conf/etherpad/etherpad-lite/src/static/js/ace2_inner.js (.../ace2_inner.js) (revision 50816f9a1a448f88647c2874bf6c8ffe6fa215da) @@ -342,9 +342,10 @@ function setUpTrackingCSS() { - if (dynamicCSS) - { + /* *LAMS* Prevent highlighted line overlapping. This code sets padding too high. + if (dynamicCSS) + { var backgroundHeight = lineMetricsDiv.offsetHeight; var lineHeight = textLineHeight(); var extraBodding = 0;