fixing css

This commit is contained in:
Beverly Nguyen
2024-11-06 16:05:33 -08:00
parent ca96495e3d
commit c85bbb47eb
2 changed files with 3 additions and 5 deletions

View File

@@ -23,7 +23,7 @@
<div class='textbox-highlight-wrapper' />
`)
.after(this.$background = $(`
<div class="textbox-highlight-background" aria-hidden="true" role="presentation"/>
<div class="textbox-highlight-background" aria-hidden="true" />
`))
.on("input", this.update);
@@ -37,7 +37,7 @@
this.initialHeight = visibleTextbox.height();
this.$background.css({
'border-width': this.$textbox.css('border-width'),
'border-width': this.$textbox.css('border-width')
});
visibleTextbox.remove();