Skip to content

Commit 3a546b5

Browse files
committed
Candidate fix
1 parent 25b3fc9 commit 3a546b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

theSrc/scripts/utils/labelUtils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ module.exports = {
4545
const textDivsForEstimation = _(labels)
4646
.map(ensureFontSizeHasPx)
4747
.map(makeDivForEstimation).value()
48-
const divWrapper = $(`<div id="${uniqueId}" style="display:inline-block">`)
48+
const divWrapper = $(`<div id="${uniqueId}" style="display:inline-block;position:fixed;visibility:hidden">`)
4949

5050
divWrapper.html(textDivsForEstimation)
5151
$(document.body).append(divWrapper)

0 commit comments

Comments
 (0)