We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25b3fc9 commit 3a546b5Copy full SHA for 3a546b5
1 file changed
theSrc/scripts/utils/labelUtils.js
@@ -45,7 +45,7 @@ module.exports = {
45
const textDivsForEstimation = _(labels)
46
.map(ensureFontSizeHasPx)
47
.map(makeDivForEstimation).value()
48
- const divWrapper = $(`<div id="${uniqueId}" style="display:inline-block">`)
+ const divWrapper = $(`<div id="${uniqueId}" style="display:inline-block;position:fixed;visibility:hidden">`)
49
50
divWrapper.html(textDivsForEstimation)
51
$(document.body).append(divWrapper)
0 commit comments