Dropdown Toggle not working in Mobile

Paste this in Site Settings > Custom Code > Footer Code:

<script>
$('.w-icon-dropdown-toggle').click(function() {
  return false;
});
</script>