For some reason the text doesn't show up in the search box. I'm not seeing an errors related to this. It works fine in Firefox
See here:

Moderator: trava90
Code: Select all
padding-top: 0 !important;
padding-bottom: 0 !important;
Yeah it's the blink quirk that padding can be used to force a specific "min-height" (instead of using that keyword as intended) and "propping open" the element with stacked padding, ignoring the fact that padding by the standard means no content can be in the same place, since padding is defined as empty space between border and content, so as a result what you type won't be visible as the space left for content is 0.
Thanks for the quick turnaround on that and for checking in on the forumDanny Carlton wrote: ↑2022-12-05, 19:12I'm the site owner. Thanks for the heads up. I fixed the error.
Thank you! Very considerate of you to take the extra time to make an account to let us know.Danny Carlton wrote: ↑2022-12-05, 19:12I'm the site owner. Thanks for the heads up. I fixed the error.