horihiro / TextBlurrer-ChromeExtension

MIT License
10 stars 0 forks source link

Misalignment position of mask on input with `height` #26

Closed horihiro closed 1 year ago

horihiro commented 1 year ago
<input style="min-height: 32px" value="value to be blurred"/><br>

image

horihiro commented 1 year ago

This issue is happened when font-size of an input element is smaller then height of the element.

horihiro commented 1 year ago

Resolved by #28