horihiro / TextBlurrer-ChromeExtension

MIT License
7 stars 0 forks source link

Misalignment position of mask on input element with `box-sizing` set to `border-box` #32

Closed horihiro closed 8 months ago

horihiro commented 10 months ago

Reproducable html:

<input style="" value="**BLURED_TEXT**">
<br>
<input style="box-sizing: border-box" value="**BLURED_TEXT**">

Result: image