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 159775f commit fd16ebfCopy full SHA for fd16ebf
addon/scroll/annotatescrollbar.js
@@ -97,7 +97,7 @@
97
var height = Math.max(bottom - top, 3);
98
99
var elt = frag.appendChild(document.createElement("div"));
100
- elt.style.cssText = "position: absolute; right: 0px; width: " + Math.max(cm.display.barWidth - 1, 2) + "px; top: "
+ elt.style.cssText = "position: absolute; right: 0px; width: " + Math.max(cm.display.barWidth * 1.5, 2) + "px; top: "
101
+ (top + this.buttonHeight) + "px; height: " + height + "px";
102
elt.className = this.options.className;
103
if (ann.id) {
0 commit comments