Hide search bar on Inilne Filter dropdown when on mobile, for the keyboard to not interfere every time the dropdown is opened

Insert the code into Page Settings>Custom Code>Header or Footer section and replace list2 with the respective list block name

`<style>`

`@media screen and (max-width: 576px) {`

`#list2 .dropdown-inner-search {`

`display: none!important;`

`}`

`}`

`</style>`

HI Maria - same problem on Dropdowns in the form entry for edxisting records on mobile, any ideas on how to remove the search in the modal popup for editing entries?