remove height as a factor for lineheight

This commit is contained in:
meganrogge
2022-02-24 12:24:28 -06:00
parent d06a2e1ad7
commit 2c76f9bee7
+1 -1
View File
@@ -124,7 +124,7 @@ export class Decoration extends Disposable implements IDecoration {
this._element.style.width = `${this.width * renderService.dimensions.actualCellWidth}px`;
this._element.style.height = `${this.height * renderService.dimensions.actualCellHeight}px`;
this._element.style.top = `${(this.marker.line - this._bufferService.buffers.active.ydisp) * renderService.dimensions.actualCellHeight}px`;
this._element.style.lineHeight = `${this.height * renderService.dimensions.actualCellHeight}px`;
this._element.style.lineHeight = `${renderService.dimensions.actualCellHeight}px`;
if (this.x && this.x > this._bufferService.cols) {
// exceeded the container width, so hide